⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
azure_blob_storage_account_key |
Optional[str] | ➖ | The Azure Blob Storage account key. If you set this value, you must not set the "Shared Access Signature", "Azure Tenant ID", "Azure Client ID", or "Azure Client Secret" fields. | Z8ZkZpteggFx394vm+PJHnGTvdRncaYS+JhLKdj789YNmD+iyGTnG+PV+POiuYNhBg/ACS+LKjd%4FG3FHGN12Nd== |
azure_blob_storage_account_name |
str | ✔️ | The name of the Azure Blob Storage Account. Read more here. | mystorageaccount |
azure_blob_storage_container_name |
str | ✔️ | The name of the Azure Blob Storage Container. Read more here. | mycontainer |
azure_blob_storage_endpoint_domain_name |
Optional[str] | ➖ | This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example. | |
azure_blob_storage_spill_size |
Optional[int] | ➖ | The amount of megabytes after which the connector should spill the records in a new blob object. Make sure to configure size greater than individual records. Enter 0 if not applicable. | |
azure_client_id |
Optional[str] | ➖ | The Azure Active Directory (Entra ID) client ID. Required for Entra ID authentication. | 87654321-4321-4321-4321-210987654321 |
azure_client_secret |
Optional[str] | ➖ | The Azure Active Directory (Entra ID) client secret. Required for Entra ID authentication. | your-client-secret |
azure_tenant_id |
Optional[str] | ➖ | The Azure Active Directory (Entra ID) tenant ID. Required for Entra ID authentication. | 12345678-1234-1234-1234-123456789012 |
destination_type |
models.DestinationAzureBlobStorageAzureBlobStorage | ✔️ | N/A | |
format_ |
models.DestinationAzureBlobStorageOutputFormat | ✔️ | Format of the data output. | |
shared_access_signature |
Optional[str] | ➖ | A shared access signature (SAS) provides secure delegated access to resources in your storage account. Read more here. If you set this value, you must not set the "Azure Blob Storage Account Key", "Azure Tenant ID", "Azure Client ID", or "Azure Client Secret" fields. | sv=2021-08-06&st=2025-04-11T00%3A00%3A00Z&se=2025-04-12T00%3A00%3A00Z&sr=b&sp=rw&sig=abcdefghijklmnopqrstuvwxyz1234567890%2Fabcdefg%3D |