-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exp show --show -json
: outs
does not return full path for keys
#7790
Labels
Comments
mattseddon
added
product: VSCode
Integration with VSCode extension
A: experiments
Related to dvc exp
labels
May 20, 2022
Hi @mattseddon . This is kind of expected because the keys in We could change that, but, in #7690 I introduced a new "outs": {
"model.pt": {
"hash": "eeec0b39f3054c5a229a4bbbae47007d",
"size": 439383,
"nfiles": null,
"fs_path": "/Users/daviddelaiglesiacastro/Desktop/iterative/vscode-dvc/demo/model.pt",
"use_cache": true,
"is_data_source": false
},
"raw": {
"hash": "8c257df187855c681f88bde92d721ccd.dir",
"size": 66544770,
"nfiles": 8,
"fs_path": "/Users/daviddelaiglesiacastro/Desktop/iterative/vscode-dvc/demo/data/MNIST/raw",
"use_cache": true,
"is_data_source": true
}
}, Would |
related #7575 (comment) |
Should be fixed in #7690 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Description
exp show
output returns incomplete paths forouts
(and maybedeps
).Reproduce
Demo project structure is as follow:
exp show --show-json
returnsNotice the
"raw":
key in the outs output. I believe this should bedata/MNIST/raw
.Expected
Full paths are returns for all
deps
/outs
.Environment information
Output of
dvc doctor
:Additional Information (if any):
Please LMK if I have misunderstood something and this is expected. Thank you.
The text was updated successfully, but these errors were encountered: