ashb commented on issue #12400: URL: https://github.com/apache/airflow/issues/12400#issuecomment-729064372
This may be a problem with SQLA+MySQL Connector. From [SQLA's mysql docs](https://docs.sqlalchemy.org/en/13/dialects/mysql.html?highlight=mysql#dialect-mysql-mysqlconnector-connect): > The MySQL Connector/Python DBAPI has had many issues since its release, some of which may remain unresolved, and the mysqlconnector dialect is not tested as part of SQLAlchemy’s continuous integration. The recommended MySQL dialects are mysqlclient and PyMySQL. ---------------------------------------------------------------- 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]
