retrying a failed partition

pkansal
Level 3
retrying a failed partition

If a particular partition fails in my workflow, the whole step in the scenario repeats. I know that in the next step I can add "build required datasets" and it will build the failed partition. But what if there is no next step. The step involving partitions is the last step.

0 Kudos
1 Reply
AlexT
Dataiker

@pkansal ,

To really cover this case you will need to add the last step and only run it if the previous step failed you can also reset the scenario state.

Screenshot 2022-04-07 at 09.38.25.png

If you have multiple steps before you can use a "if condition satisfied" to run the last step only if previous steps running partitioned dataset builds failed

https://doc.dataiku.com/dss/latest/scenarios/step_flow_control.html#if-condition-satisfied

 

0 Kudos