tabsdatak.conn.mssql
CredentialsSpec | The credential type for MSSQL connections: UserPassword (user + password). |
DestCfgKey | |
DestCfgSpec | |
IfTableExistsSpec | |
MSSQLDest | MSSQL destination for @subscriber -- one output slot per table. |
MSSQLDestConn | MSSQL connection used by MSSQLDest. |
MSSQLSrc | MSSQL source for @publisher -- one output slot per query. |
MSSQLSrcConn | MSSQL connection used by MSSQLSrc. |
MSSQLTableNameSpec | |
MSSQLTableNamesSpec | |
QueriesSpec | |
SrcCfgKey | |
SrcCfgSpec | |
UriSpec |
CredentialsSpec
type_aliasCredentialsSpec: UserPassword
The credential type for MSSQL connections: UserPassword (user +
password).
DestCfgKey
type_aliasDestCfgKey: Literal['mssql.logging_level', 'tabsdata.sql.write_engine', 'tabsdata.sql.chunk_size']
DestCfgSpec
type_aliasDestCfgSpec: Mapping[DestCfgKey, Any]
Resolved type:
Mapping[Literal['mssql.logging_level', 'tabsdata.sql.write_engine', 'tabsdata.sql.chunk_size'], Any]
IfTableExistsSpec
type_aliasIfTableExistsSpec: Literal['append', 'replace']
MSSQLTableNameSpec
type_aliasMSSQLTableNameSpec: str
MSSQLTableNamesSpec
type_aliasMSSQLTableNamesSpec: list[MSSQLTableNameSpec]
Resolved type:
list[str]
QueriesSpec
type_aliasQueriesSpec: list[str]
SrcCfgKey
type_aliasSrcCfgKey: Literal['mssql.logging_level', 'tabsdata.sql.read_engine', 'tabsdata.sql.chunk_size', 'tabsdata.src_metadata.drop']
SrcCfgSpec
type_aliasSrcCfgSpec: 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_aliasUriSpec: StrOrSecretSpec
Resolved type:
str | Secret