0
点赞
收藏
分享

微信扫一扫

Airflow 中文文档:快速开始

早安地球 2023-04-13 阅读 67


安装快速而直接。

# airflow needs a home, ~/airflow is the default,
# but you can lay foundation somewhere else if you prefer
# (optional)
export AIRFLOW_HOME = ~/airflow

# install from pypi using pip
pip install apache-airflow

# initialize the database
airflow initdb

# start the web server, default port is 8080
airflow webserver -p 8080

阅读全文/改进本文


举报

相关推荐

0 条评论