Skip to content

Commit

Permalink
update build scripts to new config model
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 12, 2024
1 parent 47458dd commit d26654b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/scripts/build_flash_parquets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
config_override = {
"core": {
"paths": {
"data_raw_dir": data_path,
"data_parquet_dir": data_path + "/processed/",
"raw": data_path,
"processed": data_path + "/processed/",
},
},
}
Expand Down
4 changes: 2 additions & 2 deletions docs/scripts/build_sxp_parquets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
config_override = {
"core": {
"paths": {
"data_raw_dir": data_path,
"data_parquet_dir": data_path + "/processed/",
"raw": data_path,
"processed": data_path + "/processed/",
},
},
}
Expand Down

0 comments on commit d26654b

Please sign in to comment.