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
TheKnightCoder
changed the title
Not working in AWS Lambda (0.17.4) OSError: Generic S3 error
Not working in AWS Lambda (0.16.4 - 0.17.4) OSError: Generic S3 error
May 14, 2024
TheKnightCoder
changed the title
Not working in AWS Lambda (0.16.4 - 0.17.4) OSError: Generic S3 error
Not working in AWS Lambda (0.16.2 - 0.17.4) OSError: Generic S3 error
May 14, 2024
Environment
Delta-rs version: 0.16.2 - 0.17.4
Binding: Python
Environment:
Bug
What happened: Code is working in version 0.15.3
code snippet:
What you expected to happen:
Attempting to
write_deltalake
or any other operation will throw this error:How to reproduce it:
Use the AWS SDK for pandas managed layer for dependencies (pyarrow, numpy ect):
https://aws-sdk-pandas.readthedocs.io/en/stable/layers.html
Create a custom deltalake lambda layer:
requirements.txt
build.sh
following this article https://delta.io/blog/2023-04-06-deltalake-aws-lambda-wrangler-pandas/
added pyarrow_hotfix as its a required dependency not available in aws sdk for pandas layer
More details:
Last working version 0.15.3 but not working from 0.16.2 - 0.17.4
Edit: 0.16.1 is working too, bug introduced int 0.16.2
The text was updated successfully, but these errors were encountered: