You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/09 21:34:51 UTC

[GitHub] [airflow] potiuk commented on issue #28798: Processor unable to parse DAG with non english characters

potiuk commented on issue #28798:
URL: https://github.com/apache/airflow/issues/28798#issuecomment-1376355211

   MySQL has **MULTIPLE** ways of setting charset and you need to set properly all of them - client, server,table, column. It caused multiple problems in the past - to the level that we even considered dropping it MySQL support for that very reason. 
   You need to understand all charset settings for mysql and manage your SQL DB (and this is - unfortunately your job as deployment manager to make sure it is all good).
   
   I think starting from https://dev.mysql.com/doc/refman/8.0/en/charset.html 
   
   and reading all the chapters is a good starting points.
   
   Converting it into discussion, because that is certainly not an Airflow issue. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org