-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
Description
Description
Airflow has SalesforceHook but it doesn't have a defined connection.
In order to create a Connection one must expose it's secret token as text :
https://stackoverflow.com/questions/53510980/salesforce-connection-using-apache-airflow-ui
Also it's not very intuitive that the Conn Type should remain blank.
It would be easier and also user friendly if there will be salesforce connection in the UI which has a security_token field that is encrypted.
moved from https://issues.apache.org/jira/browse/AIRFLOW-6429
feluelle and hugoio24