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