-
Notifications
You must be signed in to change notification settings - Fork 457
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
TableNotFoundError
on DeltaTable.create(...)
#2195
Comments
It would help if you can provide more details, what is the exact code you're running. Something that we can reproduce as well |
There's not much more to show.
The main point here is that |
This might have a similar problem as found in #2197 - which is essentially that it's unable to handle creating a new "folder" in s3. |
@rspears74 the reason it throws a tableNotFoundError is because at the end of creation it's trying to read the table after creation. I also use S3 but I don't run into this issue so perhaps it's some permission issue? |
@ion-elgreco See this comment #2195 (comment) |
@rspears74 have you tried it against the latest version also? It's not straightforward what the issue is because I don't have this experience with S3, albeit it's not the AWS s3 |
@ion-elgreco I have not, I'm no longer working with delta-rs (this was over a month ago, and the most recent version at the time was |
Environment
Delta-rs version: 0.15.1
Binding: Python
Environment:
Bug
What happened:
I am calling
DeltaTable.create
with an S3 path. I get aTableNotFoundError
.What you expected to happen:
I expect a table to be created at the path I'm specifying.
How to reproduce it:
Use
DeltaTable.create(...)
(maybe with an S3 path?)More details:
The text was updated successfully, but these errors were encountered: