The Maintenance tab on a Foundry Iceberg table lets you configure and run table maintenance procedures, such as compaction, snapshot expiration, orphan file cleanup, and more. These procedures can help keep your table performant by optimizing file layout and size, and keep your storage footprint bounded as data is written and rewritten over time.
The Maintenance tab is only available on Foundry Iceberg tables. To access the maintenance page, open an Iceberg table resource in Dataset preview and select the Maintenance tab.

The Maintenance tab is divided into three panels:
Once saved, the new task will appear in the Tasks panel.
Select a task in the Tasks panel to open it in the configuration panel. You can change any of its fields, its schedule, or delete it and its associated schedule with Delete task.
The Maintenance tab supports the following task types:
Rewrite data filesRewrite manifestsExpire snapshots *Remove orphan filesCustom SQL (for arbitrary Iceberg procedures or DML operations)You can find more details and documentation on these tasks directly in the maintenance configuration panel.
Exercise caution when running expire snapshots. Expired snapshots are removed from the table and cannot be restored. This means rollback and time travel to the expired snapshots will no longer be possible. Downstream consumers of those snapshots may also be impacted, including any incremental pipelines that rely on reading previous snapshots for incremental resolution.