How to mark an Airflow DAG run as failed if any task fails? (stackoverflow.com)stack
6 points by BelowZero in stackoverflow.com · 8y ago · stack
Is it possible to make an Airflow DAG fail if any task fails? I usually have some cleaning up tasks at the end of a DAG and as it is now, whenever the last task succeeds the whole DAG is marked as a success.