m1racoli commented on code in PR #36849:
URL: https://github.com/apache/airflow/pull/36849#discussion_r1458522587
##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -3513,11 +3518,11 @@ async def get_table_client(
access to the specified project.
:param session: aiohttp ClientSession
"""
- with await self.service_file_as_context() as file:
- return Table_async(
- dataset_name=dataset,
- table_name=table_id,
- project=project_id,
- service_file=file,
Review Comment:
Service file will be ignored and is no longer needed with our custom
`CredentialsToken` implementation, which instead generates the access token
from a given credentials object.
--
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]