atrbgithub commented on code in PR #34919:
URL: https://github.com/apache/airflow/pull/34919#discussion_r1383668590
##########
airflow/providers/google/cloud/hooks/gcs.py:
##########
@@ -829,10 +829,12 @@ def _list(
versions=versions,
)
+ all_blobs = list(blobs)
Review Comment:
I noticed this was also broken for `list_by_timespan`, I've fixed that as
well and squashed the commits.
--
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]