LiranBenShushan commented on issue #54456:
URL: https://github.com/apache/airflow/issues/54456#issuecomment-3193923329

   @jroachgolf84 It's a great feature, but it disactivate the DAG after the 
failure and in our case we can easily miss this DAG with all the other 
disactivated DAGs so we prefer another sort of pause (even fail/skip without 
execution).
   In the meantime, I implemented a workaround for that - an operator that 
checks for failed task in the last run of the DAG using the Airflow's DB 
(session) and than fail it so the depend_on_past will work from the begining.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to