AzBlobLocation
class AzBlobLocation(
container: AzContainerSpec,
credentials: AzureAccountKey,
base_path: CloudRelativePathSpec = '/',
cfg: CfgSpec | None = None,
)
Bases: CloudLocation
Categories: destination
Azure Blob staging area for ClickHouseDest.
The plugin uploads parquet to the container, then references it via
ClickHouse's azureBlobStorage() table function to ingest it.
Parameters
parameter
base_pathCloudRelativePathSpec (str | Secret)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 /.