shahar1 commented on code in PR #42474:
URL: https://github.com/apache/airflow/pull/42474#discussion_r1775731423
##########
airflow/providers/google/cloud/hooks/gcs.py:
##########
@@ -957,19 +954,35 @@ def list_by_timespan(
break
return ids
- def get_size(self, bucket_name: str, object_name: str) -> int:
+ def get_blob(self, bucket_name: str, object_name: str) -> Blob:
Review Comment:
I think that it would be better to make this method internal (`_get_blob`),
as it's only used by the other methods here.
--
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]