Skip to main content
Version: 1.8.0

AzureConfig

class AzureConfig(
container: str,
base_path: str,
credentials: AzureAccountKeyCredentials,
)

Categories: configuration

Configuration for staging files in Azure Blob Storage.

Parameters

parameter
container

Blob container name.

parameter
base_path

Blob path prefix for staged files (e.g. "staging/clickhouse").

parameter
credentials

Azure account-key credentials used for uploading staged files (via azure-storage-blob).