SamWheating commented on issue #16353:
URL: https://github.com/apache/airflow/issues/16353#issuecomment-858049793


   Based on that stacktrace it looks like your database connection is still 
attempting to use latin1 🤔 Could you try explicitly setting the charset on your 
SQLAlchemy connection string?
   
   Something like:
   ```
   mysql+pymysql://user:pass@host/test?charset=utf8mb4
   ```


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


Reply via email to