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

AzureBlobSrcConn

class
class AzureBlobSrcConn(
container: AzContainerSpec,
credentials: CredentialsSpec,
base_path: CloudRelativePathSpec = '/',
conn_cfg: CfgSpec | None = None,
)

Bases: Conn

Categories: source

Azure Blob connection used by AzureBlobSrc.

Registered on a collection; the runtime resolves it and hands it to the plugin at run time. Each field accepts a plain string or a Secret.

Parameters

parameter

A valid Azure Blob container name: 3-63 characters, lowercase letters and digits with single (non-leading, non-trailing) hyphens.

parameter

Azure AzureAccountKey credentials (account name

  • account key).

parameter

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 /.

parameter
conn_cfgCfgSpec | None (dict | None)

Optional connector-config dict (see CfgSpec).