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

TimestampPosition

class
class TimestampPosition(ts: datetime)

Categories: source

CDC start position given as a wall-clock timestamp.

A start_from value resolved to the first binlog event at or after ts.

Parameters

parameter

Wall-clock cut-off. Tz-aware datetimes are honoured; naive datetimes are interpreted in the MySQL server's timezone.