rrpelgrim opened a new pull request #20102: URL: https://github.com/apache/airflow/pull/20102
Using `COLLATE utf8mb4_unicode_ci` (current code) throws the following error: `ERROR 1253 (42000): COLLATION 'utf8mb4_unicode_ci' is not valid for CHARACTER SET 'utf8'` Character set `utf8` is an alias for `utf8mb3`, see MySQL docs linked below. This means collation should be set to `utf8mb3_unicode_ci`. https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html OS: macOS 11.3.1 (M1) MySQL: 8.0.27-arm64 Airflow: 2.2.2 -- 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]
