Run python Recipe with Scenario

UserKp
Registered Posts: 20 ✭✭✭
Hi,
I have a Python recipe that takes two datasets as inputs and provides a dataset as output, now I want to run this recipe with a scenario and run it every day at a specific time.
How can I run this recipe?
Thanks
Best Answer
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,238 Neuron
You don't. You select the output dataset as I said before. Building the output dataset requires running the recipe so that's what Dataiku will do.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,238 Neuron
Create a scenario and add a build step with the output dataset on it. Set a scenario trigger with your desired schedule.
-
How do I select that Python recipe to run with the scenario?