dapaas / grafterizer

Graphical user interface for defining Grafter-based data transformation pipelines in DaPaaS.
Eclipse Public License 1.0
7 stars 1 forks source link

Fix error reporting for RDF mapping errors #93

Closed nvnikolov closed 7 years ago

nvnikolov commented 9 years ago

Sometimes when the RDF mapping is incorrect there is no error displayed in the UI (or sent by the back-end for that matter). The result is simply an empty file with no information on what went wrong :crying_cat_face:

fungiboletus commented 9 years ago

When an error occurs, the backend directly connects the Graftwerk output to the response stream. It means Graftwerk returns nothing. We could check on the frontend if the result is empty and display an random error message if it's the case.

dinans commented 7 years ago

This issue was moved to datagraft/grafterizer#17