More informative message when dvc.yaml is malformed #6285
Labels
A: pipelines
Related to the pipelines feature
bug
Did we break something?
p1-important
Important, aka current backlog of things to do
I know we are supposed to let
dvc run
construct thedvc.yaml
but I tend to write them manually as they are quite easy to construct. Often though I am receiving slightly difficult to decipher errors about the format. An example is belowthis throws
ERROR: 'dvc.yaml' format error: extra keys not allowed @ data['stages']['train']['cmd']
it is quite difficult to decipher that this is missing a
-
inouts
. not sure why it complains aboutcmd
either. would it be possible to give back feedback closer to the error?The text was updated successfully, but these errors were encountered: