Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on May 9, 2024 10:24AM
Likes: 0
Replies: 2
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
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.
Hi @AlexT
,
Thanks a lot for your quick response. I will give it a try and get back to you!