This guide describes how to sink data from RisingWave to Azure Blob storage using the Azblob connector in RisingWave.
Parameter names | Description |
---|---|
azblob.container_name | Required. The name of the Azure Blob Storage container. |
azblob.path | Required. The directory where the sink file is located. |
azblob.credentials.account_name | Optional. The Azure Storage account name for authentication. |
azblob.credentials.account_key | Optional. The access key for the Azure Storage account. |
azblob.endpoint_url | Required. The URL endpoint for the Azure Blob Storage service. |
type | Required. Defines the type of the sink. Options include append-only or upsert. |
Parquet
or JSON
, see Sink data in parquet or json format.
For more information about batching strategy, see Batching strategy for file sink.