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

tabsdatak.conn.azureblob

AzureBlobDestAzure Blob destination for @subscriber -- one target file per path.
AzureBlobDestConnAzure Blob connection used by AzureBlobDest.
AzureBlobSrcAzure Blob source for @publisher -- one output slot per path.
AzureBlobSrcConnAzure Blob connection used by AzureBlobSrc.
CredentialsSpecThe credential type for Azure Blob connections: AzureAccountKey (storage account name + account key).
DestCfgKey
DestCfgSpec
SrcCfgKey
SrcCfgSpec

CredentialsSpec

type_alias
CredentialsSpec: AzureAccountKey

The credential type for Azure Blob connections: AzureAccountKey (storage account name + account key).


DestCfgKey

type_alias
DestCfgKey: Literal['tabsdata.file.chunk_size']

DestCfgSpec

type_alias
DestCfgSpec: Mapping[DestCfgKey, Any]

Resolved type:

Mapping[Literal['tabsdata.file.chunk_size'], Any]

SrcCfgKey

type_alias
SrcCfgKey: Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop']

SrcCfgSpec

type_alias
SrcCfgSpec: Mapping[SrcCfgKey, Any]

Resolved type:

Mapping[Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop'], Any]