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

tabsdatak.conn.localfile

DestCfgKey
DestCfgSpec
LocalFileDestLocalFile destination for @subscriber -- one target file per path.
LocalFileDestConnLocalFile connection used by LocalFileDest.
LocalFileSrcLocalFile source for @publisher -- one output slot per path.
LocalFileSrcConnLocalFile connection used by LocalFileSrc.
SrcCfgKey
SrcCfgSpec

DestCfgKey

type_alias
DestCfgKey: Literal['tabsdata.file.chunk_size']

DestCfgSpec

type_alias
DestCfgSpec: Mapping[DestCfgKey, Any]

Resolved type:

Mapping[Literal['tabsdata.file.chunk_size'], Any]

SrcCfgKey

type_alias
SrcCfgKey: Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop']

SrcCfgSpec

type_alias
SrcCfgSpec: Mapping[SrcCfgKey, Any]

Resolved type:

Mapping[Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop'], Any]