-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom Salesforce connection type #8766
Comments
That's true. At least there should be a |
That can be a good first-issue to add docs :) what to create that issue @feluelle ?
|
Sure! I am creating one. |
I would like to work on this issue |
@gtossou are you still working on this? |
@gtossou -> Just FYI, We just merged the first of the series of "auto-discovery" of Provider's capabilities, And we have defined a way how Providers can expose such connections to the Airflow Core (just in time for 2.0). The most important (connection type discovery) is here 2037303 But few more are coming (see in progress items here: https://github.com/apache/airflow/projects/5) I will soon also add a description on the "Discovering provider capabilities" (Connection Types, Connection Forms, Extra Links for now). Just wanted to you to be aware that this are is still going through some latest refinements before 2.0 release. |
@gtossou are you still working on this issue? |
@kaxil If nobody is working on this, would love to take this on! |
Assigned this to you @cmarteepants :) thanks (Looks like @gtossou might be busy since they have responded yet) |
@cmarteepants are you still working on this? |
hi @cmarteepants rechecking you are still working on this issue? |
Hi @eladkal , thanks for checking. Please feel free to reassign. I should have let you know sooner, sorry if this causes any problems |
@eladkal I'm happy to take this on if still available. |
assigned |
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
The text was updated successfully, but these errors were encountered: