read_csv_batched
for cloud storage
#19678
Labels
enhancement
New feature or an improvement of an existing feature
read_csv_batched
for cloud storage
#19678
Description
Currently, trying to read a file from a remote server (like a S3 bucket in my case) raises an file not found error, while the file does exist. See the following code snippet:
RuntimeError: BindingsError: "Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"
Is this feature in development? Is there a workaround without downloading the file locally in the meantime?
I saw that this feature has been mentionned in this issue. Any update since then? It's been 9 months.
The text was updated successfully, but these errors were encountered: