AndHook

AirFlow-Install

a 夏天 提交于 2020-11-29 14:24:37
AirFlow-Installation https://airflow.incubator.apache.org/installation.html Getting Airflow The easiest way to install the latest stable version of Airflow is with pip : pip install apache-airflow You can also install Airflow with support for extra features like s3 or postgres : pip install "apache-airflow[s3, postgres]" Extra Packages The apache-airflow PyPI basic package only installs what’s needed to get started. Subpackages can be installed depending on what will be useful in your environment. For instance, if you don’t need connectivity with Postgres, you won’t have to go through the