The version in airflow-plugins/salesforce_plugin is borrowed from the one in airflow.contrib, so I would prefer the official one.
If you have time to test, feel free to send us a PR that upgrades to the latest stable version (looks like some changes are on master but not v1-10-stable) from contrib, or removes the forked hook from that plugin and instead reference the official one. On GitHub you can tag @benjamingregory @andscoop or me (@tedmiston) for review. *Taylor Edmiston* Blog <https://blog.tedmiston.com/> | CV <https://stackoverflow.com/cv/taylor> | LinkedIn <https://www.linkedin.com/in/tedmiston/> | AngelList <https://angel.co/taylor> | Stack Overflow <https://stackoverflow.com/users/149428/taylor-edmiston> On Mon, Sep 10, 2018 at 5:12 PM Jon Nalley <[email protected]> wrote: > Hi, > > I noticed that there is a sales force hook included in the Airflow repo: > > https://github.com/apache/incubator-airflow/blob/master/airflow/contrib/hooks/salesforce_hook.py > > There is also a salesforce hook and operator in the salesforce_plugin repo: > https://github.com/airflow-plugins/salesforce_plugin > > Is one preferred over the other? > > Thanks! >
