-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load Delta Table from S3 through AWS Lambda #53
Comments
Thanks @ISimion . Will try to have a look tomorrow |
@ISimion published a new version. Let me know if it fixes your issues |
@jeppe742 Thank you for upgrading that library. I retried the code with the updated Unfortunately, the code breaks from another requirement. The latest
I do not know if there are other corner cases like this, but for sure, a lambda in an official Python 3.10 image won't work with the Maybe another issue has to be open? |
Hey @ISimion If I try to find the latest version of I have no experience with AWS Lambda, but isn't it possible to define your own dependencies, including |
Hey @jeppe742 I will answer all your questions in order.
Although your point is valid, theoretically, I can install a machine with an operating system and requirements of my choosing and put the AWS Lambda image on that machine; that would be too much of a burden just to make a lambda work. I wanted to know before I got to this step that I eliminated any doubts about any other way of handling the read of Delta Tables through your library using the official AWS Runtime. As I said, at this point, it is not a |
Thank you as well. And yes, |
Unfortunately, I cannot use the latest s3fs because the latest
delta-lake-reader[aws]==0.2.14
requiress3fs < 2023
, and ons3fs==2022.11.0
, I am getting a known issue withs3fs
.Why was that issue closed, I do not know, since it happened to lots of folks even to one of the latest versions, i.e.
2023.1.0
.Also, I would like to specify that my lambdas have all the policy permissions set to all the s3 objects and buckets through the IAM Role.
Could by any chance be released an update which can use the latest
s3fs==2023.10.0
, such I would know to address this as ans3fs
issue, please?The text was updated successfully, but these errors were encountered: