Survey banner
The Dataiku Community is moving to a new home! We are temporary in read only mode: LEARN MORE

Scenario Reporters

Solved!
satishkurra1
Level 1
Scenario Reporters

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

0 Kudos
1 Solution
Turribeach

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

 

View solution in original post

0 Kudos
1 Reply
Turribeach

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

 

0 Kudos