michalslowikowski00 commented on a change in pull request #8631:
URL: https://github.com/apache/airflow/pull/8631#discussion_r423004634
##########
File path: airflow/providers/google/cloud/hooks/bigquery.py
##########
@@ -118,6 +124,35 @@ def get_client(self, project_id: Optional[str] = None,
location: Optional[str] =
credentials=self._get_credentials()
)
+ @staticmethod
Review comment:
Is necessary to mark method as static if it is private and used in the
same class?
----------------------------------------------------------------
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]