Scenario Reporters
Satish
Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 2 ✭✭
Currently using Scenario reporters to send data to a dataset with below configuration.
{
"flowname": "${scenarioName}",
"status": "${outcome}",
"summary": "${failedEventsSummary}"
}
The issue is failedEventsSummary is providing too much text. How can we get just the ERROR on why the scenario failed.
Operating system used: Browser
Tagged:
Best Answer
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
There isn't a quick way of getting the error. You will need to process this variable yourself or look at using the Python API to get the error. Here is sample way of doing it:
https://community.dataiku.com/t5/Using-Dataiku/Get-the-run-error-message-from-Dataiku-API/m-p/41593