RedshiftClusterTrigger

Astronomer ProvidersCertified

RedshiftClusterTrigger 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
polling_period_secondspolling period in seconds to check for the status
aws_conn_idReference to AWS connection id for redshift
cluster_identifierunique identifier of a cluster
operation_typeReference to the type of operation need to be performed eg: pause_cluster, resume_cluster, delete_cluster
skip_final_cluster_snapshotdetermines cluster snapshot creation
final_cluster_snapshot_identifiername of final cluster snapshot

Documentation

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

Was this page helpful?