ron819 commented on a change in pull request #4060: [AIRFLOW-3222] Remove bql 
keyword from BigQueryOperator
URL: https://github.com/apache/incubator-airflow/pull/4060#discussion_r225846828
 
 

 ##########
 File path: airflow/contrib/operators/bigquery_operator.py
 ##########
 @@ -29,11 +29,6 @@ class BigQueryOperator(BaseOperator):
     """
     Executes BigQuery SQL queries in a specific BigQuery database
 
-    :param bql: (Deprecated. Use `sql` parameter instead) the sql code to be
-        executed (templated)
-    :type bql: 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'.
 
 Review comment:
   I think this comment should be moved to the sql param rather than being 
deleted. It's informative to know how to write the template reference. 

----------------------------------------------------------------
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