Difference between revisions of "Pip3 install apache-airflow"
Jump to navigation
Jump to search
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | [[pip3 install poetry]] | ||
[[pip3 install]] [[apache-airflow]] | [[pip3 install]] [[apache-airflow]] | ||
+ | [[airflow version]] | ||
+ | |||
+ | To execute non production airflow: | ||
+ | * <code>[[airflow standalone]]</code> | ||
Line 7: | Line 12: | ||
.../... | .../... | ||
[[ModuleNotFoundError]]: No module named '[[poetry]]' | [[ModuleNotFoundError]]: No module named '[[poetry]]' | ||
+ | |||
+ | Solution: <code>[[pip3 install poetry]]</code> | ||
== Related == | == Related == | ||
* <code>[[pip install]] 'apache-airflow[statsd]'</code> | * <code>[[pip install]] 'apache-airflow[statsd]'</code> | ||
* <code>[[airflow --help]]</code> | * <code>[[airflow --help]]</code> | ||
+ | * <code>[[airflow webserver]]</code> | ||
== See also == | == See also == | ||
+ | * {{airflow db}} | ||
* {{airflow cmd}} | * {{airflow cmd}} | ||
* {{Airflow}} | * {{Airflow}} | ||
[[Category:Airflow]] | [[Category:Airflow]] |
Latest revision as of 12:26, 30 November 2022
pip3 install poetry pip3 install apache-airflow airflow version
To execute non production airflow:
Errors[edit]
pip3 install apache-airflow
.../...
ModuleNotFoundError: No module named 'poetry'
Solution: pip3 install poetry
Related[edit]
pip install 'apache-airflow[statsd]'
airflow --help
airflow webserver
See also[edit]
airflow db [ upgrade | init | check | check-migrations ]
airflow [ info | celery | config | db upgrad | config list | db init | scheduler | webserver | users | dags | kubernetes | pools | roles | tasks | variables | cheat-sheet | kereberos | plugins | rotate-fernet-key | sync-perm ] airflow --help
- Apache Airflow, Installation, configuration
airflow.cfg
, monitoring, Amazon Managed Workflows for Apache Airflow (MWAA),airflow
, Airflow Scheduler, providers, Workflows, Airflow executors, Airflow versions, Datadog integration
Advertising: