dstandish opened a new pull request #18929:
URL: https://github.com/apache/airflow/pull/18929
This is a small fixup for the salesforce hook.
Previously, code used `extras["blah"] or None` instead of simply
`extras.get("blah")`, which forces users to add each of these optional params
to the connection extra.
In this PR we use `extras.get`, which means user only needs to supply the
extra param if necessary.
--
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]