How to selectively build multiple flow zones in a job run?
Frankenstein
Registered Posts: 8 ✭✭✭
Hi Dataiku Community,
I wonder how to select and build multiple flow zones in a job run.
Say, I have 4 flow zones, A, B, C, and D. They are connected in such a way as follows:
A -> C -> D
B -> C -> D.
How can I do that if I want to build the top route, i.e., A -> C -> D in a single job?
Thanks!
Operating system used: Windows 10 64-bit
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,227 Dataiker
Hi,
You could use a scenario with "Stop at zone boundary" option in the scenario build step.
Select a dataset/s to build where recursion will build the entire flow zone, either downstream or upstream.
In your second step, add a dataset from the second flow zone.
Answers
-
Hi @AlexT
,Thanks a lot for your quick response. I will give it a try and get back to you!