Skip to content

yggdrasil.delta.log

log

Back-compat shim — :class:DeltaLog lives at :mod:yggdrasil.io.delta.log.

DeltaLog

DeltaLog(table_root: 'Path')

commits_after

commits_after(base_version: int) -> 'Tuple[Path, ...]'

Commit-JSON paths with version > base_version, ascending.

Drives an incremental snapshot advance: apply just these commits on top of a cached snapshot, without re-reading the checkpoint or the prior commits.