Skip to content

Commit

Permalink
fix config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 30, 2024
1 parent 1a28294 commit f4350d8
Showing 1 changed file with 2 additions and 2 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 @@ -37,8 +37,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 f4350d8

Please sign in to comment.