Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 14, 2023 2:57AM
Likes: 2
Replies: 1
Hi everyone
Is there any options that allow kill scenario when running for too long?
recently, I have had some issues with the external data source causing scenario to run for 2 or 3 days without stop. Is there any configuration that allow us to terminate a scenario when they are running for too long (I would prefer low code or no code solution actually)
Thanks a lot.
Hi @TranhieuTX3
,
There is no built-in functionality, but you use Dataiku Python API as detailed here:
https://developer.dataiku.com/latest/concepts-and-examples/scenarios-inside.html#detailed-examples
Thanks