-
Notifications
You must be signed in to change notification settings - Fork 406
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
Failure to delete dir and files #2703
Comments
@pesmeriz the reason nothing happens, is that the path provided to delete_dir is relative to the table path. So if you want to clear the table, you should provide path="" |
@ion-elgreco perhaps I am missing something, I just tried that and it didn't work on my side:
|
I just tried through
I'll stick to this by now but I'd really like to know how to delete the delta table (dir and contents) through deltalake. |
Environment
Delta-rs version: 0.18.2
Binding: python
Environment:
Bug
What happened:
I am writting a polars dataset into a deltatable on azure, but I fail to delete the dir and its files.
I've also tried
deltalake.fs.DeltaStorageHandler(path).delete_dir(path)
Both return
None
and neither does the removal of the directory and its files.What you expected to happen: Have the dir containing all the data for the deltatable removed
The text was updated successfully, but these errors were encountered: