Closed
Description
$ dvc -V
0.62.1
$ dvc get https://github.com/iterative/example-get-started data/data.xml
Multi-Threaded:
79%|███████▉ |../../../../private/var/folders/hq/h82mgrhx37nc89_1rcg6gm30081024/37916850 [00:08<00:03, 2.25MB/s]
$ dvc get https://github.com/iterative/example-get-started model.pkl
Multi-Threaded:
62%|██████▏ |../../../../private/var/folders/hq/h82mgrhx37nc89_1rcg6gm283866624/6262877 [00:00<00:02 ...
Is there a reason to show temporary paths and what actions we can make on this? I'd expect to see just a file name like model.pkl
?