使用Apache-Airflow UI的Salesforce连接

时间:2018-11-28 01:59:03

标签: amazon-s3 salesforce airflow

我一直在尝试遵循https://www.astronomer.io/guides/salesforce-to-redshift/上与Salesforce集成到Redshift的教程。我已经成功在Apache-Airflow上设置了Amazon S3连接,如答案here。但是没有 Salesforce Conn Type enter image description here

有人知道在Apache-Airflow UI上创建Salesforce连接的步骤是什么吗?

不知道是否有帮助,但是我的Airflow已安装在Ubuntu Amazon EC2环境中。

1 个答案:

答案 0 :(得分:0)

我知道了。诀窍是将连接类型留空。首先,我要填写主机登录密码。然后在 Extra (附加)上,我添加了一个具有登录名security token的字典。它看起来像下面的屏幕截图。 enter image description here