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

The plugin uploads parquet to the container, then issues a Druid ingestion spec referencing the Azure input source.

Parameters

parameter

A valid Azure Blob container name.

parameter
credentialsAzureAccountKey

AzureAccountKey storage-account credentials.

parameter

Path 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 for the Azure Blob client (see CfgSpec).