sjyangkevin commented on code in PR #60733:
URL: https://github.com/apache/airflow/pull/60733#discussion_r2701973451


##########
providers/google/src/airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -215,7 +216,7 @@ def get_conn(self) -> BigQueryConnection:
             hook=self,
         )
 
-    def get_client(self, project_id: str = PROVIDE_PROJECT_ID, location: str | 
None = None) -> Client:

Review Comment:
   Hi, thanks for proposing the change.
   
   It looks like this update doesn't align with the PR description. The 
existing type hint is explicitly set to `Client` instead of `Any`, and the 
`Client` is from `google.cloud.bigquery` at import starting at L37, which is 
identical to `bigquery.Client`.



-- 
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]

Reply via email to