Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

TableCommitSeqPosition

class
class TableCommitSeqPosition(seqs: dict[str, str])

Categories: source

CDC start position: independent commit sequence per table.

A start_from value giving each CD table its own resume point -- useful after a partial re-snapshot.

Parameters

parameter
seqsdict[str, str]

Mapping of qualified CD table names ("CDSCHEMA.CDTABLE") to hex-string commit-sequence values. Tracked CD tables missing from the mapping start from the origin (16 zero bytes).