turbaszek commented on a change in pull request #8631:
URL: https://github.com/apache/airflow/pull/8631#discussion_r423014981



##########
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:
       It's not necessary but in this way, we can indicate that the method is 
stateless / pure (in terms of class state). 




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


Reply via email to