kaxil commented on a change in pull request #4790: [AIRFLOW-3968][2/3] Refactor base GCP hook URL: https://github.com/apache/airflow/pull/4790#discussion_r268412275
########## File path: airflow/contrib/hooks/gcp_api_base_hook.py ########## @@ -27,6 +27,8 @@ import os import tempfile +from oauth2client.client import GOOGLE_APPLICATION_CREDENTIALS Review comment: Can we use https://google-auth.readthedocs.io/en/latest/ instead? ---------------------------------------------------------------- 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
