Skip to content

Fixed issues in delete workflow API

Kishore Battula requested to merge fix-delete-workflow-api into master

Azure implementation has a flow to deploy the DAG through workflow service. When delete a workflow we should only delete the DAGs that are registered through workflow service. Sending a flag to decide whether to delete a DAG from airflow or not.

It has core changes but default to false for isDeployedThroughWorkflowService as other CSPs haven't implemented this feature.

Edited by Kishore Battula

Merge request reports