You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kamil Bregula (Jira)" <ji...@apache.org> on 2020/02/27 16:58:00 UTC

[jira] [Resolved] (AIRFLOW-6650) Google Cloud Platform Connection key json documentation or code is wrong

     [ https://issues.apache.org/jira/browse/AIRFLOW-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil Bregula resolved AIRFLOW-6650.
------------------------------------
    Fix Version/s: 2.0.0
       Resolution: Invalid

> Google Cloud Platform Connection key json documentation or code is wrong
> ------------------------------------------------------------------------
>
>                 Key: AIRFLOW-6650
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6650
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: gcp
>    Affects Versions: 1.10.4, 1.10.5, 1.10.6, 1.10.7
>            Reporter: Evgeniy Sokolov
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> According to the documentation: 
> [https://airflow.readthedocs.io/en/stable/howto/connection/gcp.html] 
> The name of the external configuration for Keyfile JSON is: 
>  * {{extra__google_cloud_platform__key_dict}} - Keyfile JSON
> Excluding the prefix ({{extra__google_cloud_platform__) the name of the variable is *key_dict*. 
> }}
> However, '*keyfile_dict*' is expected in the source code: 
> [https://github.com/apache/airflow/blob/master/airflow/gcp/hooks/base.py]
> {code:java}
> 146: keyfile_dict = self._get_field('keyfile_dict', None)  # type: Optional[str]{code}
> [https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/gcp_api_base_hook.py]
> {code:java}
> 138: keyfile_dict = self._get_field('keyfile_dict', False){code}
>  
>  



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