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

   got it. then I think better to introduce a argument "on_previous_failure"
   which accept ['skip', 'fail', None], default to None
   
   if user provide value 'skip' then it will skip dag run.
   if user passed value 'fail' then it will mark dag run failed.
   None no action


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