Run multiple projects using scenarios
Hi team,
I have multiple projects in my Dataiku instance. In all my projects I have scenarios to run the entire pipeline in the respective flow inside a project. How do I ensure that after a project (suppose project A ) run is complete, automatically project B starts running as its input file is the output file of project A ?
Currently I am able to run every single project pipeline using scenario but I wish to run one project after another in order through a single trigger or start.
Need some help and guidance. Thanks in advance
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @Saswat_M
,
It would be best if you used run another scenario from your master scenario this will ensure scenario from project A is completed before starting scenario from project B. https://doc.dataiku.com/dss/latest/scenarios/steps.html#run-another-scenario
Let us know if that helps!