You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Wilson Lian (JIRA)" <ji...@apache.org> on 2019/05/14 17:43:00 UTC

[jira] [Created] (AIRFLOW-4518) GKEClusterCreateOperator and GkeClusterDeleteOperator do not properly instantiate GKEClusterHook

Wilson Lian created AIRFLOW-4518:
------------------------------------

             Summary: GKEClusterCreateOperator and GkeClusterDeleteOperator do not properly instantiate GKEClusterHook
                 Key: AIRFLOW-4518
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4518
             Project: Apache Airflow
          Issue Type: Bug
          Components: contrib
    Affects Versions: 1.10.3, 1.10.2
            Reporter: Wilson Lian


[https://github.com/apache/airflow/pull/4364/files] refactored GKEClusterHook's constructor but didn't update its callers, so GKEClusterCreateOperator and GkeClusterDeleteOperator no longer work. They pass the project ID in as the first arg to the hook constructor, which the hook interprets as a Connection ID.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)