
RedshiftPauseClusterOperator
AmazonPause an AWS Redshift Cluster if it has status available.
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_identifierRequiredid of the AWS Redshift Cluster
aws_conn_idaws connection to use
Documentation
Pause an AWS Redshift Cluster if it has status available.
See also
For more information on how to use this operator, take a look at the guide: Pause an Amazon Redshift cluster
Example DAGs
Tutorial Redshift DAG
Run an ETL pipeline that resumes a Redshift cluster, extracts data from S3, transforms data, loads data back to S3, then pauses the cluster.
ETL/ELTDatabases
redshift_cluster
task_create_cluster, task_wait_cluster_available, task_pause_cluster, task_wait_cluster_paused, task_resume_cluster, task_delete_cluster,