Open
Description
Apache Airflow version
main (development)
If "Other Airflow 2 version" selected, which one?
No response
What happened?
While trying to create a dag with same logical date this results in unique constraint error but the UI seems to display the sql query through _UniqueConstraintErrorHandler
implementation which is not user friendly. It should say that the dagrun with logical_date exists which is more helpful.
What you think should happen instead?
No response
How to reproduce
- Run a dag with a logical_date in the UI.
- Run the dag again with same logical_date.
Operating System
Ubuntu 20.04.3
Versions of Apache Airflow Providers
No response
Deployment
Virtualenv installation
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct