uranusjr commented on code in PR #31727:
URL: https://github.com/apache/airflow/pull/31727#discussion_r1218981618
##########
docs/apache-airflow-providers-google/operators/cloud/bigquery.rst:
##########
@@ -221,7 +220,7 @@ that row.
:end-before: [END howto_operator_bigquery_get_data]
The below example shows how to use
-:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataAsyncOperator`.
+:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator`in
async.
Note that this is a deferrable operator which requires the Triggerer to be
running on your Airflow
Review Comment:
```suggestion
:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator`
in
async (deferrable) mode. Note that a deferrable task requires the Triggerer
to be
running on your Airflow
```
##########
docs/apache-airflow-providers-google/operators/cloud/bigquery.rst:
##########
@@ -221,7 +220,7 @@ that row.
:end-before: [END howto_operator_bigquery_get_data]
The below example shows how to use
-:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataAsyncOperator`.
+:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator`in
async.
Note that this is a deferrable operator which requires the Triggerer to be
running on your Airflow
Review Comment:
```suggestion
:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator`
in async (deferrable) mode. Note that a deferrable task requires the
Triggerer to be
running on your Airflow
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]