RedshiftClusterSensorTrigger

Astronomer ProvidersCertified

RedshiftClusterSensorTrigger is fired as deferred class with params to run the task in trigger worker

Access Instructions

Install the Astronomer Providers provider package into your Airflow environment.

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

Parameters

task_idReference to task id of the Dag
aws_conn_idReference to AWS connection id for redshift
cluster_identifierunique identifier of a cluster
target_statusReference to the status which needs to be checked
poke_intervalpolling period in seconds to check for the status

Documentation

RedshiftClusterSensorTrigger is fired as deferred class with params to run the task in trigger worker

Was this page helpful?