Skip to content

Commit

Permalink
feat[m]: Add persist for download stage
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 15, 2024
1 parent ffdcf19 commit fb046f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ stages:
deps:
- stages/01_download.py
outs:
- download
- download:
# Allow the stage to keep the existing downloaded files
persist: true

process:
cmd: python3 stages/02_process.py
Expand Down

0 comments on commit fb046f4

Please sign in to comment.