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

GtidPosition

class
class GtidPosition(gtid: str)

Categories: source

CDC start position: a MySQL Global Transaction ID.

A start_from value; the ingester converts "uuid:N" to the pymysqlreplication-friendly set range "uuid:1-N".

Parameters

parameter
gtidstr

GTID to resume from, in "uuid:N" shape (single position) or "uuid:M-N" shape (range). Empty string is the cold-start marker.