KamranImaaz commented on code in PR #61277: URL: https://github.com/apache/airflow/pull/61277#discussion_r2749717184
########## 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: Remove this entire `BigtableTableReplicationCompletedSensor` as it is a part of [Sensor ](https://github.com/apache/airflow/blob/main/providers/google/src/airflow/providers/google/cloud/sensors/bigtable.py) file. -- 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]
