This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Generic OS Error when writing Delta on S3 bucket with rust engine #3197
Labels
You can continue the conversation there. Go to discussion →
Environment
Delta-rs version: deltalake package version 0.24.0
Binding:
Environment: Python 3.10.0
Bug
What happened:
Probabily related to #2639.
I'm trying to create a Delta Table on a S3 bucket using write_deltalake but using rust as engine causes OSError source:error sending request for url. This doesn't happen when using pyarrow.
Here's a snippet of what I'm doing. In this case I'm trying to overwrite an existing delta (due to errors) processing it in chucks as it doesn't fit in memory.
And here's the exception:
What you expected to happen:
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: