Hello,
we have created a webapp that is connected to an API model doing speech classification.
The user access the webapp, record his speech, and the model gives as an answer the 3 classes with the best fit.
The user can select the one that fits better what he said, and we want to store this result in dataiku for later analysis.
Several user will be using it in parallel so we have many results to store, and we need to collect many of them
Now it seems the API we are using to write those results only overwrite and do not append the result.
Could you please advice on how to do?
Thanks