Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on May 22, 2024 8:59PM
Likes: 0
Replies: 1
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
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