Skip to main content
Use the SQL statement below to connect RisingWave to Azure Blob Storage using Azblob connector. Note that the Azblob connector does not guarantee the sequential reading of files or complete file reading.

Syntax

schema_definition:

Connector parameters

Other parameters

Additional columns

Read Parquet files from Azure Blob

Added in v2.3.0.
You can use the table function file_scan() to read Parquet files from Azure Blob, either a single file or a directory of Parquet files.
Function signature
When reading a directory of Parquet files, the schema will be based on the first Parquet file listed. Please ensure that all Parquet files in the directory have the same schema.

Examples

Here are examples of connecting RisingWave to the Azblob source to read data from individual streams.