Skip to content

Commit

Permalink
add default retention value to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Ulmasov <[email protected]>
  • Loading branch information
r3stl355 authored and ion-elgreco committed Nov 15, 2023
1 parent a922c27 commit 408a8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/deltalake/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def create_checkpoint(self) -> None:
def cleanup_metadata(self) -> None:
"""
Delete expired log files before current version from table. The table log retention is based on
the `configuration.logRetentionDuration` value.
the `configuration.logRetentionDuration` value, 30 days by default.
"""
self._table.cleanup_metadata()

Expand Down

0 comments on commit 408a8f0

Please sign in to comment.