https://kedro.org/ logo
d

datajoely

01/25/2022, 3:12 PM
So you can either make them explicit dependencies (easiest) or get fancy with you CLI commands
kedro run --pipeline preprocessing && kedro run --model_train
will run sequentially, or orchestrate these explicitly in a higher level tool like Airflow/Prefect etc