uranusjr commented on issue #16807: URL: https://github.com/apache/airflow/issues/16807#issuecomment-874021513
Do you mean a failing DAG *run*? Because a DAG that fails is pretty critical. IMO a failed DAG run is also very notification-worthy, because Airflow does not know why a run failed, and it might be something critical the user does not expect. If you expect something to happen, you should handle it in the DAG so it does not fail (and write a warning-level log message in the handler). -- 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]
