GitHub user rusher created a discussion: Adding MariaDB Support to Apache Airflow
Proposal Add MariaDB to airflow. Required Changes: * Only 2 migration queries in Airflow need modification * removing cycle=false (not required, since that's already the default for all DB, but sqlalchemy doesn't support well this option for mariadb until [PR](https://github.com/sqlalchemy/sqlalchemy/pull/13074) is merged) i've submitted [PR #60133](https://github.com/apache/airflow/pull/60133) to correct those issue, and permit MariaDB testing support to Breeze: the implementation permit using MariaDB just setting "mariadb:version" to mysql-version. example : breeze --backend mysql --mysql-version mariadb:11.8 i've that some work have been done on bumping MariaDB client libraries, continue on the way. GitHub link: https://github.com/apache/airflow/discussions/60528 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
