欢迎转载,请支持原创,保留原文链接:blog.ilibrary.me
  1. https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html
  2. pip install "apache-airflow[celery]==2.10.3" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.3/constraints-3.8.txt"
  3. airflow webserver -p 8080
  4. airflow scheduler
  5. airflow users create --role Admin --username admin --email admin --firstname admin --lastname admin --password admin
  6. Go to http://0.0.0.0:8080, login with admin/admin

Docker