ערוך

שתף באמצעות


Delete files in Workflow Orchestration Manager

Note

Workflow Orchestration Manager is powered by Apache Airflow.

This article walks you through the steps to delete directed acyclic graph (DAG) files in 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.