Which version of MySQL is compatible with Airflow version 1.10?

不想你离开。 提交于 2019-12-01 14:32:59

AIRFLOW-1405 reads:

MySQL supports fractional seconds only from version 5.6.4 on.

You can not use airflow >= 1.8 with earlier versions.

5.7 should work, while field last_scheduler_run has the expected size.

I was using Python27 all these time, once I update my linux to Python36 all started working. Now I am using Airflow1.10 with Mysql5.6.4

One more thing to keep in mind, browser cookies should be cleared once you update your python version from python27 to python36 for this to work in the UI or else you will see the same error.

Hope this helps someone!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!