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_r328632887
 
 

 ##########
 File path: airflow/gcp/operators/bigquery.py
 ##########
 @@ -217,7 +217,10 @@ class BigQueryGetDataOperator(BaseOperator):
     be equal to the number of rows fetched. Each element in the list will 
again be a list
     where element would represent the columns values for that row.
 
-    **Example Result**: ``[['Tony', '10'], ['Mike', '20'], ['Steve', '15']]``
+    .. seealso:: 
https://cloud.google.com/bigquery/docs/reference/v2/tabledata/list
+
+    **Example Result**: ``{'totalRows': 20, 'pageToken': 
'BHSHJT3DRAFSSIAICAFCACSB77777777757SUAA=',
 
 Review comment:
   You can use `.. code-block:: json` for better formatting

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