dstandish commented on pull request #19530:
URL: https://github.com/apache/airflow/pull/19530#issuecomment-973116793


   I totally feel your pain.  I do not like the decision.  My very uninformed 
guess is that more often than not creds are not managed in UI and I would 
prefer if we never implemented the UI customizations.  I think @alexbegg may 
also have been working on a PR to make it so that you can optionally use the 
"normal" names instead.  But clearly that won't help you in time.
   
   BUT you have an option.  Since all the conn extra parsing is done in 
`get_conn` you could just subclass the hook and override the  behavior so that 
it looks for the normal names.  Then if you are using your own salesforce 
operator you can just point to your salesforce hook.  And if your not you could 
create a subclass of the salesforce operator that uses _your_ salesforce hook.  
Depending on your setup this could be an easier path for you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to