You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/19 14:18:02 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #6102: WIP: [AIRFLOW-4309] Remove Broken Dag error after Dag is deleted

kaxil commented on a change in pull request #6102: WIP: [AIRFLOW-4309] Remove Broken Dag error after Dag is deleted
URL: https://github.com/apache/airflow/pull/6102#discussion_r326200216
 
 

 ##########
 File path: airflow/api/common/experimental/delete_dag.py
 ##########
 @@ -22,7 +22,7 @@
 from sqlalchemy import or_
 
 from airflow import models
-from airflow.models import TaskFail, DagModel
+from airflow.models import TaskFail, DagModel, errors
 
 Review comment:
   Updated

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services