SPARQL construct NiFi processor is broken when producing one-to-many messages using the graph splitting technique #664
Labels
bug
Something isn't working
component: nifi
Issues related to LDI NiFi Processors
needs triage
Issue needs to be evaluated by team
When a SPARQL Contruct processor is configured to split a linked data model using graphs, errors are thrown preventing the pipeline to continue.
To Reproduce
(see next comment for test setup)
Download the RML adapter processor and the SPARQL Construct processor in the local NiFi extensions folder
Start NiFi workbench:
Log on to the NiFi workbench at https://localhost:8443/nifi using the credentials found in the .env file
Import the pipeline (create process group & browse for the this pipeline)
Start the pipeline
Process the data:
curl -X POST -H "Content-Type: text/csv" http://localhost:8080/pipeline --data-binary @./data.csv
Verify that the SPARQL Construct processor issues errors:
Expected behavior
Multiple flow files should be created and the pipeline should continue.
The text was updated successfully, but these errors were encountered: