https://kedro.org/ logo
#questions
Title
# questions
t

Thiago José Moser Poletto

11/16/2023, 2:59 PM
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

Javier del Villar

11/16/2023, 3:20 PM
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

Thiago José Moser Poletto

11/16/2023, 4:58 PM
How do I do that?
m

Marc Gris

11/17/2023, 6:36 AM
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

Thiago José Moser Poletto

11/17/2023, 2:15 PM
Ohh that's true, I'll check that
I'll let you know, thanks
m

Marc Gris

11/20/2023, 7:39 AM
👍🏼 🙂