Andriy Sachko created AIRFLOW-3329:
--------------------------------------
Summary: Initdb suggests wrong command for kubernetes module
installation.
Key: AIRFLOW-3329
URL: https://issues.apache.org/jira/browse/AIRFLOW-3329
Project: Apache Airflow
Issue Type: Bug
Components: utils
Affects Versions: 1.10.0
Reporter: Andriy Sachko
After installing with the command:
{{pip install apache-airflow[s3]}}
and running:
{{ariflow initdb}}
suggests wrong command for kubernetes module instalation:
{{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Could not import
KubernetesPodOperator: No module named 'kubernetes'}}
{{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Install kubernetes
dependencies with: pip install airflow['kubernetes']}}
{{Should be pip install apache-airflow['kubernetes']}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)