Edit

Share via


Delete files in Workflow Orchestration Manager

Important

On January 1, 2026 you'll no longer be able to create new Airflow instances using ADF's Workflow Orchestration Manager. We recommend that you migrate all Workflow Orchestration Manager (Apache Airflow in Azure Data Factory) workloads to Apache Airflow jobs in Microsoft Fabric before December 31, 2025.

For more information or for support during your migration to Apache Airflow in Microsoft Fabric, contact Microsoft Support.

This article walks you through the steps to delete directed acyclic graph (DAG) files in a Workflow Orchestration Manager environment.

Prerequisites

Delete DAGs by using Git sync

When you use the Git sync feature, it isn't possible to delete DAGs in Workflow Orchestration Manager because all your Git source files are synchronized with Workflow Orchestration Manager. We recommend removing the file from your source code repository so that your commit syncs with runtime.

Delete DAGs by using Azure Blob Storage

  1. In this example, you want to delete the DAG named adf.py.

    Screenshot that shows the DAG to delete.

  2. Select the ellipsis icon and select Delete DAG.

    Screenshot that shows the Delete DAG button.

  3. Enter the name of your DAG file.

    Screenshot that shows the DAG filename.

  4. Select Delete.

  5. You see a message that tells you the file was successfully deleted.

    Screenshot that shows successful DAG deletion.