SnowflakeTrigger

Astronomer ProvidersCertified

Snowflake Trigger inherits from the BaseTrigger,it is fired as deferred class with params to run the task in trigger worker and fetch the status for the query ids passed

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
poll_intervalpolling period in seconds to check for the status
query_idsList of Query ids to run and poll for the status
snowflake_conn_idReference to Snowflake connection id

Documentation

Snowflake Trigger inherits from the BaseTrigger,it is fired as deferred class with params to run the task in trigger worker and fetch the status for the query ids passed

Was this page helpful?