You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use table.append or table.overwrite when using the 1.36.x version installed by default with s3fs causes a very confusing error botocore.exceptions.ClientError: An error occurred (MissingContentLength) when calling the PutObject operation: None
The workaround is to downgrade back to botocore 1.35.99 manually.
I'm unsure if there's work on the pyiceberg side to resolve this but I am posting this issue for others like me googling this issue and struggling to find answers.
I might also suggest pyiceberg consider a library that doesn't rely on AWS controlled boto and uses something more like s2cmd that is more S3-agnostic for those of us using things like Digital Ocean, minio, backblaze, etc.
The text was updated successfully, but these errors were encountered:
In my case I was using a digital ocean spaces bucket and lakekeeper then tried to follow the getting started guide from the docs with the taxi data. When I got to the append part I started getting the errors.
Apache Iceberg version
0.8.1 (latest release)
Please describe the bug 🐞
Here is a link to the relevant boto issue: boto/boto3#4398
Attempting to use
table.append
ortable.overwrite
when using the 1.36.x version installed by default with s3fs causes a very confusing errorbotocore.exceptions.ClientError: An error occurred (MissingContentLength) when calling the PutObject operation: None
The workaround is to downgrade back to botocore 1.35.99 manually.
I'm unsure if there's work on the pyiceberg side to resolve this but I am posting this issue for others like me googling this issue and struggling to find answers.
I might also suggest pyiceberg consider a library that doesn't rely on AWS controlled boto and uses something more like s2cmd that is more S3-agnostic for those of us using things like Digital Ocean, minio, backblaze, etc.
The text was updated successfully, but these errors were encountered: