You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyIceberg provides table maintenance operations through the `table.maintenance` API. This provides a clean interface for performing maintenance tasks like snapshot expiration.
1340
+
1341
+
### Snapshot Expiration
1342
+
1343
+
Expire old snapshots to clean up table metadata and reduce storage costs:
0 commit comments