dimon222 commented on issue #17897: URL: https://github.com/apache/airflow/issues/17897#issuecomment-914582333
> Just one more question - can you see the same if you just "change" the tag (i.e. no case-sensitive-only change) "test" -> "test1" for example? Since we cannot reproduce it, I am looking for a way to find out if it might be a DB configuration of some sorts. Doesn't happen. Completely different tag is fine, but same tag with different case is not. I was hoping its some kind case insensitive primary key, but I see no indication of existence of such term at all. > > Very, very interesting. Curious to see it with the fix. Is it also possible that you add two wanings to those two sides of the condition and see the Warnings generated? (there will be a lot of them but I wonder whether the "if" statement works as expected in your case) > > https://github.com/apache/airflow/blob/430976caad5970b718e3dbf5899d4fc879c0ac89/airflow/utils/sqlalchemy.py#L247 Both clauses in `if` are reporting match as True. The issue is happening even in Mysql 8, I tested even with proposed above manager.py correction. -- 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]
