Report
Unfortunately, dso does not support yet the dependency of an array of input files. E.g.
params.in.yaml
files:
- !path input/A.tsv
- !path input/B.tsv
dvc.yaml
, therefore I tried following format in a project
params.in.yaml
files:
1: !path input/A.tsv
2: !path input/B.tsv
dvc.yaml
deps:
- ${ files.1 }
- ${ files.2 }
dso get-config then cannot resolve the numeric key:
An error occurred when executing dso get-config: An error occurred when executing dso get-config:
ERROR dvc.yaml defines parameter '1' that is not in params.yaml
Versions
Report
Unfortunately,
dsodoes not support yet the dependency of an array of input files. E.g.params.in.yaml
dvc.yaml
, therefore I tried following format in a project
params.in.yaml
dvc.yaml
dso get-configthen cannot resolve the numeric key:Versions