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

[jira] [Created] (AIRFLOW-4588) Add GoogleApiClientHook

Felix Uellendall created AIRFLOW-4588:
-----------------------------------------

             Summary: 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


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)