mirror of
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender.git
synced 2026-03-23 20:37:03 +00:00
[GH-ISSUE #97] Parquet files in bucket not found due to backslash #60
Labels
No labels
bug
cannot reproduce
duplicate
enhancement
experiment
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-Rabbit-in-a-Blender#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @annabel-uzl on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/issues/97
The files in the bucket cannot be found anymore due to use of backslash instead of forward slash.
Temporary solution is to rename and move the files once they appear in the bucket (but the concepts will not be swapped)
@pjlammertyn commented on GitHub (Sep 3, 2024):
Did you use the correct uri format for the bucket?
'gs://{bucket_name}/{bucket_path}'
ex:
@annabel-uzl commented on GitHub (Sep 3, 2024):
Yes:

I did not have any problems previously and i did not change anything to my ini file. I do use Windows.
@pjlammertyn commented on GitHub (Sep 18, 2024):
I can't simulate this problem.
In the code, the blob name is also generated by using Pythons buildin Path.name function. This function doesn't generate a \ character.