Parquet File Reader
Learn more about the Parquet File Reader connector and how to use it in the Digibee Integration Platform.
Last updated
Was this helpful?
Learn more about the Parquet File Reader connector and how to use it in the Digibee Integration Platform.
Last updated
Was this helpful?
The Parquet File Reader connector allows you to read Parquet files.
Parquet is a columnar file format designed for efficient data storage and retrieval. Further information can be found .
Take a look at the configuration parameters of the connector. Parameters supported by are marked with (DB)
.
File Name (DB)
The file name of the Parquet file to be read.
{{ message.fileName }}
String
Check File Size
If the option is active, the specified Maximum File Size is checked. If the size is larger, an error is displayed.
False
Boolean
Maximum File Size
Specifies the maximum size allowed (in bytes) of the file to be read.
N/A
Integer
Fail On Error
If the option is active, the execution of the pipeline with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the "success"
property.
False
Boolean
Documentation
Section for documenting any necessary information about the connector configuration and business rules.
N/A
String
Reading a Parquet file without checking the file size:
File Name: file.parquet
Check File Size: deactivated
Output:
Reading a Parquet file checking if its size is larger than the Maximum File Size:
File Name: file.parquet
Check File Size: activated
Maximum File Size: 5000000
Output: