You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/19 02:49:00 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933012#comment-16933012 ] 

ASF GitHub Bot commented on AIRFLOW-5512:
-----------------------------------------

haoliang7 commented on pull request #6147: [AIRFLOW-5512] Add gcp dependencies into devel
URL: https://github.com/apache/airflow/pull/6147
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "\[AIRFLOW-XXX\] My Airflow PR"
     - https://issues.apache.org/jira/browse/AIRFLOW-5512
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Priority: Minor
>
> 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)