feluelle commented on a change in pull request #6180: [AIRFLOW-5549] Exteded BQ 
GetDataOperator to handle query params
URL: https://github.com/apache/airflow/pull/6180#discussion_r328642320
 
 

 ##########
 File path: airflow/gcp/operators/bigquery.py
 ##########
 @@ -242,9 +245,14 @@ class BigQueryGetDataOperator(BaseOperator):
     :type dataset_id: str
     :param table_id: The table ID of the requested table. (templated)
     :type table_id: str
+    :param start_index: (Optional) Start row index of the table.
+    :type start_index: str
     :param max_results: The maximum number of records (rows) to be fetched
         from the table. (templated)
-    :type max_results: str
+    :type max_results: int
 
 Review comment:
   If we change the type of argument we need to mention that in the UPDATING.md 
so that people will see that before they run into an error.

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

Reply via email to