tabsdatak.conn.starrocks
AzBlobLocation | Azure Blob staging area for StarRocksDest. |
CloudLocation | Abstract base for a StarRocks staging cloud location. |
CredentialsSpec | The credential type for StarRocks connections: UserPassword (user + password). |
DatabaseSpec | |
DestCfgKey | |
DestCfgSpec | |
GCSLocation | GCS staging area for StarRocksDest. |
IfTableExistsSpec | |
S3Location | S3 staging area for StarRocksDest. |
SchemaEvolutionSpec | |
StarRocksDest | StarRocks destination for @subscriber -- one output slot per table. |
StarRocksDestConn | StarRocks connection. |
StarRocksTableNameSpec | |
StarRocksTableNamesSpec |
CredentialsSpec
type_aliasCredentialsSpec: UserPassword
The credential type for StarRocks connections: UserPassword
(user + password).
DatabaseSpec
type_aliasDatabaseSpec: StrOrSecretSpec
Resolved type:
str | Secret
DestCfgKey
type_aliasDestCfgKey: Literal['starrocks.logging_level']
DestCfgSpec
type_aliasDestCfgSpec: Mapping[DestCfgKey, Any]
Resolved type:
Mapping[Literal['starrocks.logging_level'], Any]
IfTableExistsSpec
type_aliasIfTableExistsSpec: Literal['append', 'replace']
SchemaEvolutionSpec
type_aliasSchemaEvolutionSpec: Literal['strict', 'iceberg']
StarRocksTableNameSpec
type_aliasStarRocksTableNameSpec: str
StarRocksTableNamesSpec
type_aliasStarRocksTableNamesSpec: list[StarRocksTableNameSpec]
Resolved type:
list[str]