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_idandnew_snapshot_id.