airflow.gcp.sensors.bigtable
¶
This module contains Google Cloud Bigtable sensor.
Module Contents¶
-
class
airflow.gcp.sensors.bigtable.
BigtableTableWaitForReplicationSensor
(instance_id, table_id, project_id=None, gcp_conn_id='google_cloud_default', *args, **kwargs)[source]¶ Bases:
airflow.sensors.base_sensor_operator.BaseSensorOperator
,airflow.gcp.operators.bigtable.BigtableValidationMixin
Sensor that waits for Cloud Bigtable table to be fully replicated to its clusters. No exception will be raised if the instance or the table does not exist.
For more details about cluster states for a table, have a look at the reference: https://googleapis.github.io/google-cloud-python/latest/bigtable/table.html#google.cloud.bigtable.table.Table.get_cluster_states
See also
For more information on how to use this operator, take a look at the guide: BigtableTableWaitForReplicationSensor
- Parameters