jedcunningham commented on code in PR #31727:
URL: https://github.com/apache/airflow/pull/31727#discussion_r1222167156
##########
docs/apache-airflow-providers-google/operators/cloud/bigquery.rst:
##########
@@ -320,9 +318,9 @@ with proper query job configuration that can be Jinja
templated.
:end-before: [END howto_operator_bigquery_insert_job]
The below example shows how to use
-:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobAsyncOperator`.
-Note that this is a deferrable operator which requires the Triggerer to be
running on your Airflow
-deployment.
+:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator`
+in async (deferrable) mode. Note that a deferrable task requires the Triggerer
to be
+running on your Airflow
Review Comment:
```suggestion
running on your Airflow deployment.
```
##########
docs/apache-airflow-providers-google/operators/cloud/bigquery.rst:
##########
@@ -221,9 +220,9 @@ 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`.
-Note that this is a deferrable operator which requires the Triggerer to be
running on your Airflow
-deployment.
+: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
Review Comment:
```suggestion
running on your Airflow deployment.
```
Looks like that got accidentally dropped.
--
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]