sfirke commented on issue #25591:
URL: https://github.com/apache/superset/issues/25591#issuecomment-1757907939

   Looks like an issue of MySQL database encoding: 
https://stackoverflow.com/questions/10957238/incorrect-string-value-when-trying-to-insert-utf-8-into-mysql-via-jdbc
  Are the examples inserting an emoji into a utf8-encoded column that needs a 
different encoding in MySQL?
   
   Seems like this is not a problem for Postgres out of the box.  Postgres is 
the default metadata DB for Superset.  MySQL is supported but I'm not sure if 
this behavior is tested.  Or even if I'm correct here.
   
   I would try addressing it via your MySQL DB config.  Like this: 
https://stackoverflow.com/questions/39463134/how-to-store-emoji-character-in-mysql-database
   
   This isn't really a Superset problem in my opinion, at least not a serious 
one.  I suppose Superset could (a) drop emojis from the example data if that's 
causing this problem (b) do more testing with example data and MySQL backend 
... but I'm not confident enough that I'm correct to suggest pursuing either of 
those.


-- 
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]

Reply via email to