shahar1 commented on code in PR #61277: URL: https://github.com/apache/airflow/pull/61277#discussion_r2749810222
########## providers/google/docs/operators/cloud/bigtable.rst: ########## @@ -174,6 +203,11 @@ it will be retrieved from the Google Cloud connection used. Both variants are sh Use the :class:`~airflow.providers.google.cloud.sensors.bigtable.BigtableTableReplicationCompletedSensor` to wait for the table to replicate fully. +This sensor periodically checks the replication status and blocks execution Review Comment: The sensor was already mentioned here - splitting it into another RST file could be done in a separate PR if it's necessary (it's better to see first what is the common practice in other doc. files). Technically speaking, sensors also inherit from `BaseOperator` - so it's not too bad anyway. -- 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]
