arvindp25 commented on issue #54456: URL: https://github.com/apache/airflow/issues/54456#issuecomment-3201031810
basically what you are suggesting is to current run need to be dependent on on last run if if previous run is marked as fail then mark current run fail/skip. if previous run is marked as skipped then check for last success or failed failed status. -- if it was failed then skip/ or fail again as per user choice. but this will also introduce deadlock scenario. i.e. once dag failed it will continue to fail unless we turn off argument. so maybe we can have this check on schedule run for manual run better not to check. -- 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]
