uranusjr commented on issue #16353: URL: https://github.com/apache/airflow/issues/16353#issuecomment-859567065
The database stores things in utf8mb4, but you still need to *connect* to it using the correct encoding. You can set the client’s default encoding on the server (see [MySQL documentation on this](https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html)), or set the client’s encoding explicitly in the URL string as suggested above. Bottom line: Not an Airflow bug. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
