uranusjr commented on code in PR #32536:
URL: https://github.com/apache/airflow/pull/32536#discussion_r1260428219
##########
airflow/providers/google/cloud/sensors/bigquery.py:
##########
@@ -256,6 +256,11 @@ class
BigQueryTableExistenceAsyncSensor(BigQueryTableExistenceSensor):
"""
Checks for the existence of a table in Google Big Query.
+ This class is deprecated and will be removed in a future release.
+
+ Please use
:class:`airflow.providers.google.cloud.sensors.bigquery.BigQueryTableExistenceSensor`
+ and set `deferrable` attribute to `True` instead.
Review Comment:
```suggestion
and set *deferrable* to *True* instead.
```
Same for other occurances. Single backtick in restructuredText is a footgun.
--
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]