tabsdatak.conn.azureblob
AzureBlobDest | Azure Blob destination for @subscriber -- one target file per path. |
AzureBlobDestConn | Azure Blob connection used by AzureBlobDest. |
AzureBlobSrc | Azure Blob source for @publisher -- one output slot per path. |
AzureBlobSrcConn | Azure Blob connection used by AzureBlobSrc. |
CredentialsSpec | The credential type for Azure Blob connections: AzureAccountKey (storage account name + account key). |
DestCfgKey | |
DestCfgSpec | |
SrcCfgKey | |
SrcCfgSpec |
CredentialsSpec
type_aliasCredentialsSpec: AzureAccountKey
The credential type for Azure Blob connections: AzureAccountKey
(storage account name + account key).
DestCfgKey
type_aliasDestCfgKey: Literal['tabsdata.file.chunk_size']
DestCfgSpec
type_aliasDestCfgSpec: Mapping[DestCfgKey, Any]
Resolved type:
Mapping[Literal['tabsdata.file.chunk_size'], Any]
SrcCfgKey
type_aliasSrcCfgKey: Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop']
SrcCfgSpec
type_aliasSrcCfgSpec: Mapping[SrcCfgKey, Any]
Resolved type:
Mapping[Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop'], Any]