Skip to content

Commit

Permalink
Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Damonamajor committed Jul 3, 2024
1 parent 5f90387 commit d21c1ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
27 changes: 14 additions & 13 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,32 @@ stages:
outs:
- path: input/assessment_data.parquet
hash: md5
md5: c5c5b10a62f815a8b47de9101424dea6
size: 309845333
md5: 477ef1045ec6637e4a283529d665b95f
size: 336259203
- path: input/char_data.parquet
hash: md5
md5: 95b41b06f03b055c8f1ba77bf80c8d30
size: 616908148
md5: dcdc0d8137f092614efc002ee62c5bff
size: 665025987
- path: input/complex_id_data.parquet
hash: md5
md5: d0b2c6cb1dbf8ae90de2ccee2e99568d
size: 702334
md5: f01587f83ed0ba715e6e6607911beb2a
size: 701615
- path: input/hie_data.parquet
hash: md5
md5: 675edaaee68b015e15a9d753a3531124
size: 1924257
md5: 7e01de66026b68402a14563a27a8d74f
size: 1924953
- path: input/land_nbhd_rate_data.parquet
hash: md5
md5: e508daf5790982c303d6503fe1cb8e2b
md5: 6c1baaf2acbcba9869025bb336f4ad25
size: 4413
- path: input/land_site_rate_data.parquet
md5: 7c6d3de25d8ec0d523e2ffd8f7b4e542
size: 2109
hash: md5
md5: ff8f0dd619f94dd9c93d17b5b2714dc4
size: 197302
- path: input/training_data.parquet
hash: md5
md5: 787d2c901d1d957b87ecaee83663e8e5
size: 163303649
md5: 1a20eeaa65b26e92bd83bc249fbdf767
size: 171454454
train:
cmd: Rscript pipeline/01-train.R
deps:
Expand Down
3 changes: 2 additions & 1 deletion pipeline/00-ingest.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ assessment_data <- assessment_data %>%
# Pull site-specific (pre-determined) land values and neighborhood-level land
# rates ($/sqft), as calculated by Valuations
tictoc::tic("Land rate data pulled")

land_site_rate_data <- dbGetQuery(
conn = AWS_ATHENA_CONN_NOCTUA, glue("
SELECT *
FROM ccao.land_site_rate
WHERE year = '{params$assessment$year}'
WHERE year = '2022'
")
)

Expand Down

0 comments on commit d21c1ba

Please sign in to comment.