RedshiftClusterSensor

Amazon

Waits for a Redshift cluster to reach a specific status.

View on GitHub

Last Updated: Feb. 1, 2023

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

cluster_identifierRequiredThe identifier for the cluster being pinged.
target_statusThe cluster status desired.

Documentation

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

Was this page helpful?