Difference between revisions of "Apache Airflow installation"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
** <code>[[pip3 install apache-airflow]]</code> | ** <code>[[pip3 install apache-airflow]]</code> | ||
*** <code>[[pip install apache-airflow-providers-elasticsearch]]</code> | *** <code>[[pip install apache-airflow-providers-elasticsearch]]</code> | ||
− | *** <code>[[pip3 install apache-airflow[celery]]]</code> | + | *** <code>[[pip3 install apache-airflow(celery)|pip3 install apache-airflow[celery]]]</code> |
* Homebrew: not available | * Homebrew: not available | ||
* [[Airflow configuration|Configuration]] | * [[Airflow configuration|Configuration]] |
Latest revision as of 10:57, 20 December 2022
- PIP:
- Homebrew: not available
- Configuration
- Kubernetes:
helm repo add apache-airflow https://airflow.apache.org
helm upgrade --install airflow apache-airflow/airflow --namespace airflow --create-namespace
Related[edit]
See also[edit]
Advertising: