dimon222 opened a new issue #17897: URL: https://github.com/apache/airflow/issues/17897
### Apache Airflow version 2.1.3 (latest released) ### Operating System Debian ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details Custom docker image on k8s ### What happened New dag version was written in same named dag. The only difference was one of specified tags got changed in case, for ex. "test" to "Test". This caused scheduler immediately to crash due to constraint violation. ### What you expected to happen Tags are refreshed correctly without crash of scheduler. ### How to reproduce 1. Create dag with tags in running akrflow cluster 2. Update dag with change of case of one of tags for ex. "test" to "Test" 3. Watch scheduler crash continuously ### Anything else Alternative option is to make tags case sensitive... ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
