[GitHub] [airflow] haoliang7 commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel

2019-09-23 Thread GitBox
haoliang7 commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel URL: https://github.com/apache/airflow/pull/6147#issuecomment-534101976 > > Maybe we can use `.airflowignore` for that? @feluelle > > @nuclearpinguin That's exactly what I thought of, too.  >

[GitHub] [airflow] haoliang7 commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel

2019-09-19 Thread GitBox
haoliang7 commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel URL: https://github.com/apache/airflow/pull/6147#issuecomment-533076731 > I don't think this is right. Because it is not a minimal requirement for all example dags to run. > > If you want to install

[GitHub] [airflow] haoliang7 commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel

2019-09-19 Thread GitBox
haoliang7 commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel URL: https://github.com/apache/airflow/pull/6147#issuecomment-533071890 > If you want to install an integration service like GCP you can install it via `pip install -e ".[devel,gcp]"` @feluelle