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

AzBlobLocationAzure Blob staging area for StarRocksDest.
CloudLocationAbstract base for a StarRocks staging cloud location.
CredentialsSpecThe credential type for StarRocks connections: UserPassword (user + password).
DatabaseSpec
DestCfgKey
DestCfgSpec
GCSLocationGCS staging area for StarRocksDest.
IfTableExistsSpec
S3LocationS3 staging area for StarRocksDest.
SchemaEvolutionSpec
StarRocksDestStarRocks destination for @subscriber -- one output slot per table.
StarRocksDestConnStarRocks connection.
StarRocksTableNameSpec
StarRocksTableNamesSpec

CredentialsSpec

type_alias
CredentialsSpec: UserPassword

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


DatabaseSpec

type_alias
DatabaseSpec: StrOrSecretSpec

Resolved type:

str | Secret

DestCfgKey

type_alias
DestCfgKey: Literal['starrocks.logging_level']

DestCfgSpec

type_alias
DestCfgSpec: Mapping[DestCfgKey, Any]

Resolved type:

Mapping[Literal['starrocks.logging_level'], Any]

IfTableExistsSpec

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

SchemaEvolutionSpec

type_alias
SchemaEvolutionSpec: Literal['strict', 'iceberg']

StarRocksTableNameSpec

type_alias
StarRocksTableNameSpec: str

StarRocksTableNamesSpec

type_alias
StarRocksTableNamesSpec: list[StarRocksTableNameSpec]

Resolved type:

list[str]