AzBlobLocation
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
base_pathCloudRelativePathSpec (str | Secret)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 /.