AzureDataFactoryPipelineRunStatusSensor
Microsoft AzureChecks the status of a pipeline run.
Access Instructions
Install the Microsoft Azure 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_idRequiredThe pipeline run identifier.
resource_group_nameThe resource group name.
factory_nameThe data factory name.
Documentation
Checks the status of a pipeline run.