feluelle 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_r329070279
##########
File path: airflow/gcp/operators/bigquery.py
##########
@@ -217,7 +217,17 @@ 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**: ::
Review comment:
```suggestion
**Example Result**:
```
I am not sure if you need those colons. You can check by building the docs
via `./breeze --build-docs` if it makes a difference.
----------------------------------------------------------------
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