RedshiftSQLTrigger

Astronomer ProvidersCertified

RedshiftSQLTrigger is fired as deferred class with params to run the task in trigger worker

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_idReference to task id of the Dag
polling_period_secondspolling period in seconds to check for the status
aws_conn_idReference to AWS connection id for redshift
query_idslist of Query ids to run and poll for the status

Documentation

RedshiftSQLTrigger is fired as deferred class with params to run the task in trigger worker

Was this page helpful?