Syntax
Connector parameters
Other parameters
Additional columns
Read Parquet files from Azure Blob
Added in v2.3.0.
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.- CSV
- JSON
- PARQUET