Prasnal opened a new issue #16807: URL: https://github.com/apache/airflow/issues/16807
**Apache Airflow version**: 2.0.2 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): Ubuntu 18.04.2 LTS - **Kernel**: Linux 4.15.0-54-generic - **Install tools**: Docker - **Others**: **What happened**: ``` Marking run <DagRun <name> @ 2021-07-04 20:00:59+00:00: scheduled__2021-07-04T20:00:59+00:00, externally triggered: False> failed ``` Every time when task is failing I'm getting this error message. That generates a lot of noise on sentry. **What you expected to happen**: I expect failing DAG as a warning. Failing DAG is a normal behavior from Airflow perspective so it shouldn't be considered as error. I think this line should be changed: [](https://github.com/apache/airflow/blob/5034414208f85a8be61fe51d6a3091936fe402ba/airflow/models/dagrun.py#L430) **How to reproduce it**: Run any failing DAG. -- 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]
