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 2021/06/09 19:55:22 UTC

[GitHub] [airflow] SamWheating commented on issue #16353: Airflow 2.0.2 full width comma causes an exception

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:
users@infra.apache.org