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

   closes: https://github.com/apache/airflow/issues/29839
   
   The create dagrun API endpoint wasn't properly checking that a DAG was 
active and thus a user could try to trigger a DAG which had been removed from 
Airflow, which would throw a 500 because the DAG couldn't be loaded from the 
dagbag.
   
   Updating this endpoint to look for active DAGs only.
   
   Validated that this works as expected in breeze. 


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