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

AzBlobLocation

class
class AzBlobLocation(
container: AzContainerSpec,
credentials: AzureAccountKey,
base_path: CloudRelativePathSpec = '/',
cfg: CfgSpec | None = None,
)

Bases: CloudLocation

Categories: destination

Azure Blob staging area for StarRocksDest.

The plugin uploads parquet to the container, then ingests it via a StarRocks FILES() reference.

Parameters

parameter

A valid Azure Blob container name.

parameter
credentialsAzureAccountKey

Azure storage account name / key credentials.

parameter

Blob-name prefix from the container root; starts with /, has no trailing / and no empty segments (//) (the leading / is trimmed when forming the blob name). Defaults to /.

parameter
cfgCfgSpec | None (dict | None)

Optional connector-config dict for the Azure Blob client.