Hey guys, I'm having some issues executing my pipe...
# questions
t
Hey guys, I'm having some issues executing my pipelines, for some reason they don't follow the supposed order based on input/output. With that said, is there any way to enforce an order besides the input/output default method?
j
Hi! If a node runs, it is because all the conditions that are needed for it to run are being met. If you still want to enforce an specific order make the nodes dependent in the order you want 🙂
t
How do I do that?
m
Hi Thiago, Have you tried to look at your pipelines with kedro-viz ? 🙂 It can often help in finding errors in the names of the input-outputs / catalog etc… If the pipelines are not running in the order you expected, it is highly likely that there is such an error / typo somewhere… At least, that’s what happened to me a zillion time 😅
👍🏻 1
t
Ohh that's true, I'll check that
I'll let you know, thanks
m
👍🏼 🙂