RedshiftDeleteClusterOperatorAsync

Astronomer Providers

Delete an AWS Redshift Cluster if cluster status is in available state.

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

cluster_identifierID of the AWS Redshift Cluster
aws_conn_idaws connection to use
skip_final_cluster_snapshotdetermines cluster snapshot creation
final_cluster_snapshot_identifiername of final cluster snapshot
polling_intervalpolling period in seconds to check for the status

Documentation

Delete an AWS Redshift Cluster if cluster status is in available state.

Was this page helpful?