Skip to content

Commit

Permalink
Close ``` to fix delta vacuum scroll in docs. (logicalclocks#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcnnnghm authored Nov 1, 2024
1 parent a8c4a10 commit 5b41de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsfs/feature_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -3289,7 +3289,7 @@ def delta_vacuum(
fg = fs.get_or_create_feature_group(...)
commit_details = fg.delta_vacuum(retention_hours = 168)
```
# Arguments
retention_hours: User provided retention period. The default retention threshold for the files is 7 days.
Expand Down

0 comments on commit 5b41de1

Please sign in to comment.