Parquet File Writer
Learn more about the Parquet File Writer connector and how to use it in the Digibee Integration Platform.
Was this helpful?
Was this helpful?
{
"name": "Aquiles",
"phoneNumbers": [
"11 99999-9999",
"11 93333-3333"
],
"active": true,
"address": "St. Example",
"score": 71.3,
"details": "Some details"
}
{
"success": true,
"fileName": "file.parquet"
}
{
"name": "Aquiles",
"phoneNumbers": [
"11 99999-9999",
"11 93333-3333"
],
"active": true,
"address": "St. Example",
"score": 71.3,
"details": "Some details"
}
{
"success": true,
"fileName": "file.parquet"
}
{
"success": false,
"message": "Something went wrong while trying to execute the Parquet Writer connector",
"error": "com.digibee.pipelineengine.exception.PipelineEngineRuntimeException: Parquet file file.parquet already exists."
}