You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2016/04/28 16:43:12 UTC

[jira] [Created] (AIRFLOW-15) Remove GCloud from Airflow

Chris Riccomini created AIRFLOW-15:
--------------------------------------

             Summary: Remove GCloud from Airflow
                 Key: AIRFLOW-15
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-15
             Project: Apache Airflow
          Issue Type: Task
            Reporter: Chris Riccomini
            Assignee: Chris Riccomini


After speaking with Google, there was some concern about using the [gcloud-python|https://github.com/GoogleCloudPlatform/gcloud-python] library for Airflow. There are several concerns:

# It's not clear (even to people at Google) what this library is, who owns it, etc.
# It does not support all services (the way [google-api-python-client|https://github.com/google/google-api-python-client] does).
# There are compatibility issues between google-api-python-client and gcloudpython.

We currently support both, after libraries depending on which package you you install: {{airfow[gcp_api]}} or {{airflow[gcloud]}}. This ticket is to remove the {{airflow[gcloud]}} packaged, and all associated code.

The main associated code, afaik, is the use of the {{gcloud}} library in the Google cloud storage hooks/operators--specifically for Google cloud storage Airfow logging.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)