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/11/27 17:49:02 UTC

[jira] [Commented] (AIRFLOW-1894) Rebase and migrate existing Airflow GCP operators to google-python-cloud

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

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

stale[bot] commented on pull request #4607: WIP: [AIRFLOW-1894] Google cloud bigquery
URL: https://github.com/apache/airflow/pull/4607
 
 
   
 
----------------------------------------------------------------
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


> Rebase and migrate existing Airflow GCP operators to google-python-cloud
> ------------------------------------------------------------------------
>
>                 Key: AIRFLOW-1894
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1894
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib, gcp
>    Affects Versions: 2.0.0
>            Reporter: lufeng
>            Assignee: lufeng
>            Priority: Minor
>
> [google-api-python-client|https://github.com/google/google-api-python-client] is in maintenance mode and it's recommended that [google-cloud-python|https://github.com/GoogleCloudPlatform/google-cloud-python] should be used whenever possible. Given that we don't have feature parity between the two libraries, this issue is created to track the long-term migration efforts moving from google-api-python-client to google-cloud-python. Here are some general guidelines we try to follow in this cleanup process:
> - add google-cloud-python dependency as part of gcp_api extra packages (make sure there is no dependency conflict between the two).
> - new operators shall be based on google-cloud-python if possible.
> - migrate existing GCP operators when the underlying GCP service is available in google-cloud-python. 



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