AwsRedshiftClusterSensor

Amazon

Waits for a Redshift cluster to reach a specific status.

View on GitHub

Last Updated: Jan. 6, 2022

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_identifierRequiredstrThe identifier for the cluster being pinged.
target_statusstrThe cluster status desired.

Documentation

Waits for a Redshift cluster to reach a specific status.

Was this page helpful?