https://kedro.org/ logo
d

datajoely

05/19/2022, 10:48 AM
I @wwliu , I would also clarify @noklam 's point slightly that
There is no guarantee about the order
but only per dependency level, i.e. If dataset
D
requires
A
,
B
and
C
.
D
will always be the last executed, but the order in which
A
,
B
and
C
in not fixed per run.