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

LocalFileDestConn

class
class LocalFileDestConn(
base_path: LocalAbsolutePathSpec = '/',
conn_cfg: CfgSpec | None = None,
)

Bases: Conn

Categories: destination

LocalFile connection used by LocalFileDest.

Field-identical to LocalFileSrcConn but a distinct class; source and destination connections are separate types and cannot be used in place of one another. See LocalFileSrcConn for the field meanings.

Parameters

parameter

parameter
conn_cfgCfgSpec | None (dict | None)