Yiutto commented on issue #5377: CSV_EXPORT.encoding config result in gunicorn exception URL: https://github.com/apache/incubator-superset/issues/5377#issuecomment-545235512 This is mainly because the cause of the Chinese code, if you are in the download CSV file these mistakes, you can modify the superset of the source code: “site-packages/superset/views/core.py” `f"attachment: filename={query.name}.csv"` Modified to `attachment: filename=%s.csv" % (quote(query.name))`
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
