Skip to content

Commit a1a56fd

Browse files
authored
updated content
1 parent 7c9d2c3 commit a1a56fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/data-factory/how-does-managed-airflow-work.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.date: 01/20/2023
1616
> [!NOTE]
1717
> Managed Airflow for Azure Data Factory relies on the open source Apache Airflow application. Documentation and more tutorials for Airflow can be found on the Apache Airflow [Documentation](https://airflow.apache.org/docs/) or [Community](https://airflow.apache.org/community/) pages.
1818
19-
Azure Data Factory Managed Airflow orchestrates your workflows using Directed Acyclic Graphs (DAGs) written in Python. You must provide your DAGs and plugins in Azure Blob Storage. Airflow requirements or library dependencies can be installed during the creation of the new Managed Airflow environment or by editing an existing Managed Airflow environment. Then run and monitor your DAGs by launching the Airflow UI from ADF using a command line interface (CLI) or a software development kit (SDK).
19+
Managed Airflow in Azure Data Factory uses Python-based Directed Acyclic Graphs (DAGs) to run your orchestration workflows.
20+
To use this feature, you need to provide your DAGs and plugins in Azure Blob Storage. You can launch the Airflow UI from ADF using a command line interface (CLI) or a software development kit (SDK) to manage your DAGs.
2021

2122
## Create a Managed Airflow environment
2223
The following steps set up and configure your Managed Airflow environment.
@@ -130,4 +131,4 @@ If you're using Airflow version 1.x, delete DAGs that are deployed on any Airflo
130131
* [Run an existing pipeline with Managed Airflow](tutorial-run-existing-pipeline-with-airflow.md)
131132
* [Refresh a Power BI dataset with Managed Airflow](tutorial-refresh-power-bi-dataset-with-airflow.md)
132133
* [Managed Airflow pricing](airflow-pricing.md)
133-
* [How to change the password for Managed Airflow environments](password-change-airflow.md)
134+
* [How to change the password for Managed Airflow environments](password-change-airflow.md)

0 commit comments

Comments
 (0)