nj7 opened a new pull request, #37836:
URL: https://github.com/apache/airflow/pull/37836

   While triggering dag, currently inactive dag created by a templating method 
(either using variable or static file) gets triggered but there subsequent task 
never gets triggered, hence remains in ever running state.And Since the file 
exists in Dag bag Dag not found exception is never thrown for such kind of dags.
   
   Though this does not affect anything, but response of Success and generating 
a new runid is misleading.
   
   Adding a new exception DagNotActive which will help user to understand if 
the dag is deleted.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to