You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/30 17:36:23 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6180: [AIRFLOW-5549] Extended BQ GetDataOperator to handle query params

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

 ##########
 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:
   This is only required if the change is not backward compatible. In this case, is backward compatible.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services