So you can either make them explicit dependencies ...
# beginners-need-help
d
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