Skip to main content

Module iceberg_incremental

Module iceberg_incremental 

Source
Expand description

Incremental snapshot diff for Iceberg tables.

Reads only data files added since a previous snapshot by walking the manifest tree and filtering on ManifestFile.added_snapshot_id.

Functionsยง

scan_incremental
Reads only data files added between old_snapshot_id and new_snapshot_id.