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_r224700560
 
 

 ##########
 File path: airflow/operators/oracle_operator.py
 ##########
 @@ -32,6 +32,8 @@ class OracleOperator(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:
   Could you fix the order? :) The `sql` one comes before `mssql_conn_id`, but 
in the docstring it is the other way around.  Also `autocommit is 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