[GH-ISSUE #97] Parquet files in bucket not found due to backslash #60

Closed
opened 2026-03-23 20:28:46 +00:00 by mirror · 3 comments
Owner

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)

image

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) ![image](https://github.com/user-attachments/assets/f22c55ef-97a2-4a71-a32a-53baa7476031)
mirror 2026-03-23 20:28:46 +00:00
Author
Owner

@pjlammertyn commented on GitHub (Sep 3, 2024):

Did you use the correct uri format for the bucket?
'gs://{bucket_name}/{bucket_path}'

ex:

[bigquery]
bucket=gs://my_riab_bucket/upload
<!-- gh-comment-id:2326113685 --> @pjlammertyn commented on GitHub (Sep 3, 2024): Did you use the correct uri format for the bucket? 'gs://{bucket_name}/{bucket_path}' ex: ```ini [bigquery] bucket=gs://my_riab_bucket/upload ```
Author
Owner

@annabel-uzl commented on GitHub (Sep 3, 2024):

Yes:
image

I did not have any problems previously and i did not change anything to my ini file. I do use Windows.

<!-- gh-comment-id:2326248459 --> @annabel-uzl commented on GitHub (Sep 3, 2024): Yes: ![image](https://github.com/user-attachments/assets/91600ef9-95e9-4e8c-aa7e-ada7ad6383a4) I did not have any problems previously and i did not change anything to my ini file. I do use Windows.
Author
Owner

@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.

<!-- gh-comment-id:2358004991 --> @pjlammertyn commented on GitHub (Sep 18, 2024): I can't simulate this problem. In the [code](https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/blob/main/src/riab/etl/bigquery/gcp.py#L191), the blob name is also generated by using Pythons buildin [Path.name](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.name) function. This function doesn't generate a \ character.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Rabbit-in-a-Blender#60
No description provided.