We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf08b5 commit 3a5c8e4Copy full SHA for 3a5c8e4
pyiceberg/table/maintenance.py
@@ -259,7 +259,7 @@ def expire_snapshots_with_retention_policy(
259
if snapshots_to_expire:
260
self._expire_snapshots_by_ids(snapshots_to_expire)
261
262
- def _get_protected_snapshot_ids(self, table_metadata: TableMetadata) -> Set[int]:
+ def _get_protected_snapshot_ids(self) -> Set[int]:
263
"""Get the IDs of protected snapshots.
264
265
These are the HEAD snapshots of all branches and all tagged snapshots.
0 commit comments