AzureDataFactoryPipelineRunStatusSensorAsync
Astronomer ProvidersChecks the status of a pipeline run.
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
azure_data_factory_conn_idThe connection identifier for connecting to Azure Data Factory.
run_idThe pipeline run identifier.
resource_group_nameThe resource group name.
factory_nameThe data factory name.
poll_intervalpolling period in seconds to check for the status
Documentation
Checks the status of a pipeline run.