安装airflow 1. 设置环境变量 2.pip install apache-airflow==1.10.5 3.修改airflow.cfg 配置 注释默认的DB 配置,设置为mysql DB url,在M ...