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/26 14:36:43 UTC

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

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

 ##########
 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:
   Didn't know that, thanks for clarifying. Will update it now.

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