Fokko commented on a change in pull request #4023: [AIRFLOW-3174] Refine 
Docstring for SQL Operators
URL: https://github.com/apache/incubator-airflow/pull/4023#discussion_r224700087
 
 

 ##########
 File path: airflow/operators/jdbc_operator.py
 ##########
 @@ -34,6 +34,8 @@ class JdbcOperator(BaseOperator):
     :type sql: Can receive a str representing a sql statement,
         a list of str (sql statements), or reference to a template file.
         Template reference are recognized by str ending in '.sql'
+    :param parameters: (optional) the parameters to render the SQL query with.
 
 Review comment:
   `autocommit` is also missing here :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to