mik-laj commented on a change in pull request #8011: Rename CloudBaseHook to GoogleBaseHook and move it to google.common URL: https://github.com/apache/airflow/pull/8011#discussion_r400187606
########## File path: airflow/providers/google/cloud/hooks/discovery_api.py ########## @@ -23,10 +23,10 @@ from googleapiclient.discovery import Resource, build -from airflow.providers.google.cloud.hooks.base import CloudBaseHook +from airflow.providers.google.common.hooks.base import GoogleBaseHook Review comment: Should we move this hook to common package? ---------------------------------------------------------------- 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
