fsilberstein commented on issue #58894: URL: https://github.com/apache/airflow/issues/58894#issuecomment-3616486198
Yes, we have the same issue here. It's directly linked to MySQL CREATE INDEX ddl syntax and SQLAlchemy adding the "IF NOT EXISTS" while this is not compatible. FAB change: https://github.com/apache/airflow/pull/56328/files SQLAlchemy main branch is still adding this option: https://github.com/sqlalchemy/sqlalchemy/blob/9a0d00433134b44a132104618b96516e47fff224/lib/sqlalchemy/dialects/mysql/base.py#L2242 We downgraded to `apache-airflow-providers-fab = "==2.4.4"` and it worked (we just had to delete a table already existing) -- 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]
