-
Couldn't load subscription status.
- Fork 1.3k
Closed
Labels
enhancementEnhances DVCEnhances DVCp3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint
Description
DVC version: 0.50.1
It was supposed to be solved as part of #1799
Steps to reproduce
- Save a DVC-file (capitalize.dvc) with the following content:
cmd: cat input.txt | tr a-z A-Z > output.txt
deps:
- path: input.txt
outs:
- path: output.txt
meta:
author: mroutis-
Create input.txt:
echo hello > input.txt -
Reproduce it:
dvc repro capitalize.dvc
cmd: cat input.txt | tr a-z A-Z > output.txt
deps:
- path: input.txt
md5: b1946ac92492d2347c6235b4d2611184
outs:
- path: output.txt
md5: 0084467710d2fc9d8a306e14efbe6d0f
cache: true
metric: false
persist: false
meta:
author: me
md5: 911cf77624b3dfc4c4f898dac3b16719
wdir: .efiop and dmpetrov
Metadata
Metadata
Assignees
Labels
enhancementEnhances DVCEnhances DVCp3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint