EricGao888 opened a new issue #22073: URL: https://github.com/apache/airflow/issues/22073
### Description * Enable users to use their national characters, which are usually non-ASCIIs as the display name of their dags / tasks. ### Use case/motivation * At present, only ASCIIs are allowed for dag_id and task_id as shown in [this comment](https://github.com/apache/airflow/issues/21127#issuecomment-1045329791). * However, in many cases, users would like to use their national characters for their dag_ids and task_ids, which apparently leads to some existing issues, related: #21127, #18010 * Enabling non-ASCII dag_id / task_id would be a great idea to solve these issues as [commented here](https://github.com/apache/airflow/issues/18010#issuecomment-912820115) * For a quick fix, maybe we could add a new optional field `display_name` for both dag and task. * Considering backward compatibility, dag_id or task_id will be used as UI display name if the field `display_name` is None. ### Related issues related: #21127 related: #18010 ### Are you willing to submit a 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]
