timothyrenner / dvc-multi-pipeline-example

Private example for multiple pipelines in DVC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run all sub-pipelines

dvc repro -P

Note in the above relative paths work. DVC changes the working directory for each sub-pipeline before running it. So all paths in dvc.yaml and params.yaml should be relative to the subdirectory, not the top. Effectively each subdirectory is it's own project.

Run one sub-pipeline.

dvc repro -c data/bigfoot_sightings

-c changes the working directory. It can be used to just run one pipeline.

About

Private example for multiple pipelines in DVC.


Languages

Language:Python 100.0%