shahar1 commented on code in PR #34919:
URL: https://github.com/apache/airflow/pull/34919#discussion_r1383079555
##########
airflow/providers/google/cloud/hooks/gcs.py:
##########
@@ -829,10 +829,12 @@ def _list(
versions=versions,
)
+ all_blobs = list(blobs)
Review Comment:
Since this issue is specific to using `prefix` and `delimiter`, it would be
better for future debugging to convert it into `blobs = list(blobs)` within the
`else` block above (and revert the later reference).
--
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]