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

LocalFileSrcConn

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

Bases: Conn

Categories: source

LocalFile connection used by LocalFileSrc.

Registered on a collection; the runtime resolves it and hands it to the plugin at run time. Has no credentials.

Parameters

parameter

Absolute local-filesystem path — POSIX (/a/b) or Windows drive-absolute (C:/a/b or C:\a\b). No trailing separator (other than a bare root) and no empty segments. Defaults to /. Accepts a plain string or a Secret.

parameter
conn_cfgCfgSpec | None (dict | None)

Optional connector-config dict (see CfgSpec).