You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Hao Liang (Jira)" <ji...@apache.org> on 2019/09/18 06:14:00 UTC

[jira] [Created] (AIRFLOW-5512) Development dependencies need gcp modules

Hao Liang created AIRFLOW-5512:
----------------------------------

             Summary: Development dependencies need gcp modules
                 Key: AIRFLOW-5512
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5512
             Project: Apache Airflow
          Issue Type: Improvement
          Components: dependencies
    Affects Versions: 1.10.5
            Reporter: Hao Liang
            Assignee: Hao Liang


Since airflow/example_dags/example_gcs_to_bq.py requires GCP modules, running 
{code:bash}
airflow db init
{code}
after
{code:bash}
pip install -e ".[devel]"
{code}
raises error: ModuleNotFoundError: No module named 'google.cloud'.

Maybe we should add GCP dependencies to devel.






--
This message was sent by Atlassian Jira
(v8.3.4#803005)