uranusjr commented on PR #51604: URL: https://github.com/apache/airflow/pull/51604#issuecomment-2961191341
We use latin1_general_cs to store the name (and group, asset values etc) on MySQL. This likely would not work for the entire Unicode space. Actually, `group` is also limited in the same way, and we are not correctly checking it now. Maybe we should limit the character set only when the metadatabase in MySQL. -- 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]
