AzureDataFactoryPipelineRunStatusSensor

Microsoft Azure

Checks the status of a pipeline run.

View on GitHub

Last Updated: Mar. 29, 2023

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.

Was this page helpful?