Conditional scenario based on a value of a column
Tsurapaneni
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 41 ✭✭✭✭
Hi Team,
I have a use case where I would like to run the automation scenario's only based on the column value of a dataset. Consider i have the below dataset with 2 columns.
Count. B
1. RED
1 BLUE
I have to automate the flow in such a way that the scenario runs only when the count is 1. The scenario should not run when the data is empty - empty dataset.
Thank you in advance !
Answers
-
Manuel Alpha Tester, Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 193 ✭✭✭✭✭✭✭
Hi,
There are many types of triggers for automation scenarios. One of them is an SQL trigger, which perhaps already fits your need: https://doc.dataiku.com/dss/latest/scenarios/triggers.html
I hope this helps.
Best regards