rusher commented on PR #60133: URL: https://github.com/apache/airflow/pull/60133#issuecomment-3744994508
Now i understands why mariadb did have issues with airflow : This isn't due to airflow, but in sqlalchemy. 2 things : * a small issue : sqlalchemy mariadb sequence incorrectly created when using explicit cycle=False option [PR](https://github.com/sqlalchemy/sqlalchemy/pull/13074) * and the big issue : when using "mysql" prefix, the runtime check detecting mariadb doesn't create a proper mariadb dialect like when using "mariadb" prefix normally. when fixing that with a [patch](https://github.com/user-attachments/files/24593641/Add_MariaDB-specific_compiler_and_UUID_support_to_runtime_detection__When_MariaDB_is_detec.patch) After correcting that, there is only 2 queries to be corrected in migration commands. So submitting correction to sqlachemy for now, and i'll ping back when corrections will be released. -- 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]
