I have a repo with a bunch of related pipelines (sharing stages, in some cases). The dvc.yaml
file is getting very long. Is there any way to split the pipelines into multiple yaml
files?
Yes @nimrand, you can have a dvc.yaml file per project subdirectory. Use dvc repro
with the --cwd
, -R
, and -P
options to reproduce several pipelines. See https://dvc.org/doc/command-reference/repro.