Taragolis opened a new pull request, #29519:
URL: https://github.com/apache/airflow/pull/29519

   According to https://mariadb.com/kb/en/mariadb-clientserver-tcp-protocol/ 
MariaDB client use the same protocol as use MySQL.
   
   This PoC use binaries which included in standard Debian repository only for 
ARM64 images, AMD64/x86_64 still use Oracle MySQL repository, see [all 
supported 
options](https://www.mysql.com/support/supportedplatforms/database.html)
   
   Airflow starts almost fine in breeze with MySQL 8.0 backend, except:
   - There is not native ARM image for 5.7, so disable it in breeze. Yeah it is 
still an option with emulation AMD64, but personally I do not think it is make 
sense to add support for something which almost EOL.
   - I have a DAG with start date in 1900, due to the fact we use TIMESTAMP for 
MySQL as result there is no possible to run DAG with start date lower than 
1970-01-01. It is probably something new for me, rather than actual problem.


-- 
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]

Reply via email to