feluelle commented on issue #5335: [AIRFLOW-4588] Add GoogleApiClientHook URL: https://github.com/apache/airflow/pull/5335#issuecomment-498220422 > @feluelle -> are you aware of the implementation ? Do you see any problem with following the approach of other GCP operators that you need to solve? Maybe the pagination could be implemented in the gcp_api_base_hook instead if you think it's worth to implement some common code? Yes, I am. So far, it worked great for YouTube Data, YouTube Analytics & Reporting, Google Analytics and Google Sheets - and thats how we call [them](https://gist.github.com/feluelle/ff7d14617c983a3230d91b180d206ca2#file-google_api_integration_in_airflow-py-L338-L395). We are not using the GCP at work so I never tried to access those services. The [pagination](https://developers.google.com/api-client-library/python/guide/pagination) implementation is only compatible to the google-api-python-client library I think. I haven't checked out the python-idiomatic API implementations, yet. So I don't know if there is a general approach to do that.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
