tabsdatak.conn.snowflake
AccountSpec | |
CredentialsSpec | The credential type for Snowflake connections: UserPassword (user + password / PAT). |
DestCfgKey | |
DestCfgSpec | |
IdentifierSpec | |
IfTableExistsSpec | |
NameSpec | |
SnowflakeDest | Snowflake destination for @subscriber -- one output slot per table. |
SnowflakeDestConn | Snowflake account connection. |
SnowflakeTableNameSpec | |
SnowflakeTableNamesSpec |
AccountSpec
type_aliasAccountSpec: StrOrSecretSpec
Resolved type:
str | Secret
CredentialsSpec
type_aliasCredentialsSpec: UserPassword
The credential type for Snowflake connections: UserPassword
(user + password / PAT).
DestCfgKey
type_aliasDestCfgKey: Literal['snowflake.logging_level']
DestCfgSpec
type_aliasDestCfgSpec: Mapping[DestCfgKey, Any]
Resolved type:
Mapping[Literal['snowflake.logging_level'], Any]
IdentifierSpec
type_aliasIdentifierSpec: StrOrSecretSpec
Resolved type:
str | Secret
IfTableExistsSpec
type_aliasIfTableExistsSpec: Literal['append', 'replace']
NameSpec
type_aliasNameSpec: IdentifierSpec
Resolved type:
str | Secret
SnowflakeTableNameSpec
type_aliasSnowflakeTableNameSpec: str
SnowflakeTableNamesSpec
type_aliasSnowflakeTableNamesSpec: list[SnowflakeTableNameSpec]
Resolved type:
list[str]