mistercrunch commented on PR #33720: URL: https://github.com/apache/superset/pull/33720#issuecomment-2977943667
Related: https://chatgpt.com/share/68507758-62e8-8010-8f63-a73f6c1eed55 Seems the connection string AND [maybe] the database settings need to be altered to support this (?) If we can make CI pass, add a note in `UPDATING.md`, and document that it's a requirement for MySQL somewhere I'm fine with the change. Other option would be to set `ensure_ascii=False` only for analytics database use cases, and keep it True for metadata database interaction, though that's probably confusing and maybe harder to maintain as we'd have different logic based on context... -- 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]
