RedshiftDataTrigger

Astronomer Providers

RedshiftDataTrigger is fired as deferred class with params to run the task in triggerer.

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_idtask ID of the Dag
poll_intervalpolling period in seconds to check for the status
aws_conn_idAWS connection ID for redshift
query_idslist of query IDs to run and poll for the status

Documentation

RedshiftDataTrigger is fired as deferred class with params to run the task in triggerer.

Was this page helpful?