RedshiftDeleteClusterSnapshotOperator

Amazon

Deletes the specified manual snapshot

View on GitHub

Last Updated: Apr. 3, 2023

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

snapshot_identifierRequiredA unique identifier for the snapshot that you are requesting
cluster_identifierRequiredThe unique identifier of the cluster the snapshot was created from
wait_for_completionWhether wait for cluster deletion or not The default value is True
aws_conn_idThe Airflow connection used for AWS credentials. The default connection id is aws_default
poll_intervalTime (in seconds) to wait between two consecutive calls to check snapshot state

Documentation

Deletes the specified manual snapshot

See also

For more information on how to use this operator, take a look at the guide: Delete an Amazon Redshift cluster snapshot

Was this page helpful?