Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9945f83 commit c6e6903Copy full SHA for c6e6903
pyiceberg/table/update/snapshot.py
@@ -818,7 +818,7 @@ def create_branch(
818
branch_name (str): name of the new branch
819
max_ref_age_ms (Optional[int]): max ref age in milliseconds
820
max_snapshot_age_ms (Optional[int]): max age of snapshots to keep in milliseconds
821
- min_snapshots_to_keep (Optional[int]): min number of snapshots to keep in milliseconds
+ min_snapshots_to_keep (Optional[int]): min number of snapshots to keep for the branch
822
Returns:
823
This for method chaining
824
"""
0 commit comments