ADFPipelineRunStatusSensorTrigger
Astronomer ProvidersADFPipelineRunStatusSensorTrigger is fired as deferred class with params to run the task in trigger worker, when ADF Pipeline is running
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
run_idThe pipeline run identifier.
azure_data_factory_conn_idThe connection identifier for connecting to Azure Data Factory.
poke_intervalpolling period in seconds to check for the status
resource_group_nameThe resource group name.
factory_nameThe data factory name.
Documentation
ADFPipelineRunStatusSensorTrigger is fired as deferred class with params to run the task in trigger worker, when ADF Pipeline is running