shahar1 commented on code in PR #62086:
URL: https://github.com/apache/airflow/pull/62086#discussion_r2821009672
##########
providers/google/src/airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -216,7 +217,7 @@ def get_conn(self) -> BigQueryConnection:
hook=self,
)
- def get_client(self, project_id: str = PROVIDE_PROJECT_ID, location: str |
None = None) -> Client:
+ def get_client(self, project_id: str = PROVIDE_PROJECT_ID, location: str |
None = None) -> bigquery.Client:
Review Comment:
Please revert changes to this file as it is unrelated
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]