magicarm22 opened a new issue, #20331: URL: https://github.com/apache/superset/issues/20331
When I try to export dashboard with Russian names from the Apache superset, I got an archive without name in the `dashboard` and `charts` folders. Also in .yaml files I can find `/u` symbols: dashboard_title: "\u041A\u0443\u0440\u0441\u043A" #### How to reproduce the bug 1. Create a new dashboard with russian symbols (for example "Тест") 2. Also you can create a charts with russian names too. 3. Save the dashboard 4. Export that dashboard 5. Check that the name of the dashboard.yaml file like `.yaml` 6. Check that you got undecoded unicode symbols inside the yaml file ### Expected results Yaml files with name and correct strings ### Actual results Yaml file without name (just extension), and with /u characters #### Screenshots    ### Environment (please complete the following information): - Windows 10 - superset version: latest docker container - python version: Python 3.9.1 - node.js version: v14.16.1 - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ + ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ + ] I have reproduced the issue with at least the latest released version of superset. - [ + ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
