plots diff
: return revision level error instead of failing when revision not available
#9776
Labels
plots diff
: return revision level error instead of failing when revision not available
#9776
The issue was originally reported in iterative/vscode-dvc#4333
If
plots diff
is called with a revision that appears in the experiments table but is not available (e.g. experiment failed) then the entire command fails.From @dberenbaum
In the extension, we have the ability to show that a single revision failed to return/errored out. It would be good to adjust the output of
--json
to return this error instead of failing completely. The non---json
behaviour could remain the same.The text was updated successfully, but these errors were encountered: