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 14:55:42 UTC

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

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

   I followed the steps given in this page but still getting same error:
   
   ```
   mysql> SELECT SCHEMA_NAME 'database', default_character_set_name 'charset', DEFAULT_COLLATION_NAME 'collation' FROM information_schema.SCHEMATA;
   +--------------------+---------+--------------------+
   | database           | charset | collation          |
   +--------------------+---------+--------------------+
   | mysql              | utf8mb4 | utf8mb4_0900_ai_ci |
   | information_schema | utf8mb3 | utf8mb3_general_ci |
   | performance_schema | utf8mb4 | utf8mb4_0900_ai_ci |
   | sys                | utf8mb4 | utf8mb4_0900_ai_ci |
   ```
   
   And set below value in airflow.cfg
   ```
   sql_engine_collation_for_ids=utf8mb3_bin
   ```


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