RedshiftDeleteClusterOperator
AmazonDelete an AWS Redshift cluster.
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_identifierRequiredunique identifier of a cluster
skip_final_cluster_snapshotdetermines cluster snapshot creation
final_cluster_snapshot_identifiername of final cluster snapshot
wait_for_completionWhether wait for cluster deletion or not The default value is True
aws_conn_idaws connection to use
poll_intervalTime (in seconds) to wait between two consecutive calls to check cluster state
Documentation
Delete an AWS Redshift cluster.
See also
For more information on how to use this operator, take a look at the guide: Delete an Amazon Redshift cluster