Skip to content

Commit

Permalink
Remove old stages from dvc.lock
Browse files Browse the repository at this point in the history
Many bricks have old stages from the brick-template.
  • Loading branch information
zmughal committed Apr 12, 2024
1 parent 121107f commit 4f6a5ef
Showing 1 changed file with 29 additions and 38 deletions.
67 changes: 29 additions & 38 deletions dvc.lock
Original file line number Diff line number Diff line change
@@ -1,56 +1,47 @@
---
schema: '2.0'
stages:
1-stage:
cmd: Rscript stages/01-stage.R
build:
cmd: stages/03_build.sh
deps:
- path: stages/01-stage.R
md5: c468dc14527e00c339f146e1dba2bd3b
size: 118
- md5: 75ab6120bac0a1065986912e5e5eb79b.dir
nfiles: 11
path: raw
size: 572654300
- md5: ad705d3aff32f182707d7aa88a87fd18
path: stages/03_build.sh
size: 410
- md5: 9fe6f058abb56acd3f330ec3d1e34e03
path: stages/csv2parquet.py
size: 660
outs:
- path: data/mtcars.parquet
md5: 77cf29accf9535522fad7db1486eff9a
size: 6243
- md5: 92fec7f055de167dfabdea546b4fa407.dir
nfiles: 10
path: brick
size: 155500050
download:
cmd: stages/01_download.sh
deps:
- path: stages/01_download.sh
md5: 9ad7abc4441bb03db746763323943f66
- md5: 9ad7abc4441bb03db746763323943f66
path: stages/01_download.sh
size: 558
outs:
- path: download
md5: 4f1c0c762afa84306d347f4b366b11d2.dir
size: 93725827
- md5: 4f1c0c762afa84306d347f4b366b11d2.dir
nfiles: 1
path: download
size: 93725827
unzip:
cmd: stages/02_unzip.sh
deps:
- path: download
md5: 4f1c0c762afa84306d347f4b366b11d2.dir
size: 93725827
- md5: 4f1c0c762afa84306d347f4b366b11d2.dir
nfiles: 1
- path: stages/02_unzip.sh
md5: d0e1b99ce0d7915c3becc3fa210348d2
path: download
size: 93725827
- md5: d0e1b99ce0d7915c3becc3fa210348d2
path: stages/02_unzip.sh
size: 466
outs:
- path: raw
md5: 75ab6120bac0a1065986912e5e5eb79b.dir
size: 572654300
- md5: 75ab6120bac0a1065986912e5e5eb79b.dir
nfiles: 11
build:
cmd: stages/03_build.sh
deps:
- path: raw
md5: 75ab6120bac0a1065986912e5e5eb79b.dir
path: raw
size: 572654300
nfiles: 11
- path: stages/03_build.sh
md5: ad705d3aff32f182707d7aa88a87fd18
size: 410
- path: stages/csv2parquet.py
md5: 9fe6f058abb56acd3f330ec3d1e34e03
size: 660
outs:
- path: brick
md5: 92fec7f055de167dfabdea546b4fa407.dir
size: 155500050
nfiles: 10

0 comments on commit 4f6a5ef

Please sign in to comment.