If after running experiments you edit dvc.yaml and (accidentally) make it invalid, exp show will
ERROR: failed to show experiments - unable to read: 'dvc.yaml', YAML file structure is corrupted: while scanning a simple key
(or some other dvc.yaml-related error). Why does exp show check dvc.yaml? Does it also check the consistency of all project dvc.yaml files like status/repro/exp run? (May hurt performance)
If after running experiments you edit dvc.yaml and (accidentally) make it invalid,
exp showwillERROR: failed to show experiments - unable to read: 'dvc.yaml', YAML file structure is corrupted: while scanning a simple key(or some other dvc.yaml-related error). Why does
exp showcheck dvc.yaml? Does it also check the consistency of all project dvc.yaml files likestatus/repro/exp run? (May hurt performance)