-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode characters and empty names in exported .yaml files #20331
Comments
I got following errors after importing dashboard with russian names charts to another Superset instance:
Charts not working Temporary solution
Version infoSuperset v. 1.5.1 |
I have exported dashboard from test instance and imported in production instance. "There is no chart definition associated with this component, could it have been deleted? I tried by renaming and save & goto dashboard. But the chart is not added in dashboard. I installed superset using pip and version is 2.0.1. Thanks in advance |
I had a similar problem that the Cyrillic alphabet was removed and the file began with _$number.yaml, such files were not imported. |
Is this still being seen in Superset 3.1/4.0? |
Seems possibly related to #19982, even if tangentially. |
When I try to export dashboard with Russian names from the Apache superset, I got an archive without name in the
dashboard
andcharts
folders. Also in .yaml files I can find\u
symbols: dashboard_title: "\u041A\u0443\u0440\u0441\u043A"How to reproduce the bug
.yaml
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):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: