[
https://issues.apache.org/jira/browse/AIRFLOW-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859378#comment-16859378
]
Jarek Potiuk commented on AIRFLOW-4588:
---------------------------------------
As discussed in [https://github.com/apache/airflow/pull/5335] it would be
better to add this functionality to the existing
[https://github.com/apache/airflow/blob/master/airflow/contrib/hooks/gcp_api_base_hook.py]
- connection retrieval is already there, pagination and dynamic query
functions might be useful.
> Add GoogleApiClientHook
> -----------------------
>
> Key: AIRFLOW-4588
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4588
> Project: Apache Airflow
> Issue Type: New Feature
> Components: contrib
> Affects Versions: 1.10.3
> Reporter: Felix Uellendall
> Assignee: Felix Uellendall
> Priority: Major
>
> This hooks lets you easily use the Google API Client Library in Airflow.
> It provides:
> * a get_conn function to authenticate to the Google API via an airflow
> connection
> * a query function to dynamically query all data available for a specific
> endpoint and given parameters. (You are able to either retrieve one page of
> data or all data)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)