Scenarios with multiple triggers - AND/OR behavior
awallis
Registered Posts: 2 ✭
Do multiple scenario triggers function as "OR" or "AND"?
If I have two SQL triggers, does only one or both need to see a change?
Best Answer
-
JordanB Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 296 Dataiker
Hi @awallis
,If a scenarios contains multiple active triggers, the trigger conditions are evaluated independently. This means that the scenario will be triggered when any trigger condition is true.
Thanks!
Jordan
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
So in your own words it's "OR". If you need "AND" functionality you will need to use a custom trigger and code it in Python.