eladkal commented on issue #26854: URL: https://github.com/apache/airflow/issues/26854#issuecomment-1277391689
> it means if any of the task fails it is required to stop all the rest tasks running in parallel and mark the entire Dag as FAILED. I think the actual request here is to stop all running tasks (Which has been asked before https://github.com/apache/airflow/issues/10704 ). If we externally killing the running tasks then they will be in `failed` status, as a result their downstream tasks will be automatically marked as `upstream_failed` (assuming `all_success` trigger rule). Then you will get the behavior of immediately failing a DAG without need to implement failing a DAG functionality. -- 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]
