mik-laj commented on a change in pull request #4829: [AIRFLOW-3993] Add tests for salesforce hook URL: https://github.com/apache/airflow/pull/4829#discussion_r261888743
########## File path: airflow/contrib/hooks/salesforce_hook.py ########## @@ -18,127 +18,108 @@ # under the License. # """ -This module contains a Salesforce Hook -which allows you to connect to your Salesforce instance, -retrieve data from it, and write that data to a file -for other uses. +This module contains a Salesforce Hook which allows you to connect to your Salesforce instance, +retrieve data from it, and write that data to a file for other uses. -NOTE: this hook also relies on the simple_salesforce package: - https://github.com/simple-salesforce/simple-salesforce +NOTE: this hook also relies on the simple_salesforce package: Review comment: ```suggestion .. note:: this hook also relies on the simple_salesforce package: ``` Reference: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-note ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
