-
Notifications
You must be signed in to change notification settings - Fork 430
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
Document how use "deletedFileRetentionDuration" #2252
Comments
@thomasfrederikhoeck this should help: https://docs.delta.io/latest/table-properties.html |
@ion-elgreco Thank you. I still think it would be nice to have this in the documentation. I can make a PR. Is it possible only to set the configurations when you create the table in delta-rs or is it also possible to change it afterwards? |
@thomasfrederikhoeck If you can do that, that would be nice :) Thanks! I have a PR open to set table properties afterwards as well: |
@ion-elgreco ah nice! I will do the docs-PR when that is merged then. |
@thomasfrederikhoeck did we already document this? |
@ion-elgreco nope. I totally forgot it while waiting for the #2264 - sry :-) |
Description
The
vacuum
command mentions "configuration.deletedFileRetentionDuration" but it is not really clear how to set it. https://delta-io.github.io/delta-rs/api/delta_table/#deltalake.DeltaTable.vacuum . In general it seems like the docs onconfiguration
are a little sparse :-)Use Case
Change the delta table to have a longer rention.
Related Issue(s)
The text was updated successfully, but these errors were encountered: