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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
