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.mssql

CredentialsSpecThe credential type for MSSQL connections: UserPassword (user + password).
DestCfgKey
DestCfgSpec
IfTableExistsSpec
MSSQLDestMSSQL destination for @subscriber -- one output slot per table.
MSSQLDestConnMSSQL connection used by MSSQLDest.
MSSQLSrcMSSQL source for @publisher -- one output slot per query.
MSSQLSrcConnMSSQL connection used by MSSQLSrc.
MSSQLTableNameSpec
MSSQLTableNamesSpec
QueriesSpec
SrcCfgKey
SrcCfgSpec
UriSpec

CredentialsSpec

type_alias
CredentialsSpec: UserPassword

The credential type for MSSQL connections: UserPassword (user + password).


DestCfgKey

type_alias
DestCfgKey: Literal['mssql.logging_level', 'tabsdata.sql.write_engine', 'tabsdata.sql.chunk_size']

DestCfgSpec

type_alias
DestCfgSpec: Mapping[DestCfgKey, Any]

Resolved type:

Mapping[Literal['mssql.logging_level', 'tabsdata.sql.write_engine', 'tabsdata.sql.chunk_size'], Any]

IfTableExistsSpec

type_alias
IfTableExistsSpec: Literal['append', 'replace']

MSSQLTableNameSpec

type_alias
MSSQLTableNameSpec: str

MSSQLTableNamesSpec

type_alias
MSSQLTableNamesSpec: list[MSSQLTableNameSpec]

Resolved type:

list[str]

QueriesSpec

type_alias
QueriesSpec: list[str]

SrcCfgKey

type_alias
SrcCfgKey: Literal['mssql.logging_level', 'tabsdata.sql.read_engine', 'tabsdata.sql.chunk_size', 'tabsdata.src_metadata.drop']

SrcCfgSpec

type_alias
SrcCfgSpec: Mapping[SrcCfgKey, Any]

Resolved type:

Mapping[Literal['mssql.logging_level', 'tabsdata.sql.read_engine', 'tabsdata.sql.chunk_size', 'tabsdata.src_metadata.drop'], Any]

UriSpec

type_alias
UriSpec: StrOrSecretSpec

Resolved type:

str | Secret