airflow.providers.amazon.aws.sensors.redshift_cluster¶
Module Contents¶
Classes¶
| Waits for a Redshift cluster to reach a specific status. | 
- class airflow.providers.amazon.aws.sensors.redshift_cluster.RedshiftClusterSensor(*, cluster_identifier, target_status='available', aws_conn_id='aws_default', **kwargs)[source]¶
- Bases: - airflow.sensors.base.BaseSensorOperator- Waits for a Redshift cluster to reach a specific status. - See also - For more information on how to use this sensor, take a look at the guide: Wait on an Amazon Redshift cluster state - Parameters
 
