[
https://issues.apache.org/jira/browse/AIRFLOW-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749626#comment-16749626
]
ASF subversion and git services commented on AIRFLOW-3725:
----------------------------------------------------------
Commit 50d6ebd3cf027f459681af9aa367e8b7cfc20a19 in airflow's branch
refs/heads/master from Asa Witt
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=50d6ebd ]
[AIRFLOW-3725] Add private_key to bigquery_hook get_pandas_df (#4549)
[AIRFLOW-3725] Bigquery Hook authentication currently defaults to Google
User-account
credentials, and the user is asked to authenticate with Pandas GBQ
manually. This diff allows users to specify a private_key in either
json or key_path form, in keeping with the Google Cloud Platform
connection type.
> Bigquery_hook should be able to supply private_key to pandas_gbq.read_gbq
> -------------------------------------------------------------------------
>
> Key: AIRFLOW-3725
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3725
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Asa
> Assignee: Asa
> Priority: Minor
>
> Pandas_gbq.read_gbq uses Google application default credentials if a
> private_key is not supplied. We should allow users to pass in this
> private_key in order to allow key-based authentication.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)