aleksandr-shel opened a new pull request, #28183: URL: https://github.com/apache/airflow/pull/28183
• this commit allows users to write dag_id and task_id in their national characters, which are usually non-ASCIIs as the display names of their dags. • dag_id and task_id will be modified to ASCII version with the usage of [slugify](https://github.com/mozilla/unicode-slugify) and stored in dag_id or task_id fields of dag and task • unmodified version (possibly non-ASCII) of dag_id and task_id will be stored in display_name fields of dag and task • related: #22073 -- 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]
