Channels
advanced-need-help
job-posting
welcome
announcements
resources
plugins-integrations
beginners-need-help
random
introductions
Powered by
#beginners-need-help
Title
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
Post