Skip to content

Commit

Permalink
Staging works in CDP DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
zorge69 committed Oct 2, 2024
1 parent c06105c commit b330040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/dev_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ config_validation:
global:
# Logging settings
log_to_file: True # Write logs to .log file
logging_level: "DEBUG"
logging_level: "INFO"
table_config: "SingleLine"
# Environment settings
dev_test : False
platform: network #whether to load from hdfs, network (Windows) or s3 (CDP)
dev_test : True
platform: s3 #whether to load from hdfs, network (Windows) or s3 (CDP)
load_from_feather: False
runlog_writer:
write_csv: True # Write the runlog to a CSV file
Expand Down
2 changes: 1 addition & 1 deletion src/user_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ s3_paths:
freezing_additions_path: "02_freezing/freezing_updates"
freezing_amendments_path: "02_freezing/freezing_updates"
# Imputation and outliers input paths
backdata_path: "2022_surveys/BERD/06_imputation/backdata_output/2022_backdata_anon.csv"
backdata_path: "/bat/res_dev/project_data/2021_surveys/BERD/06_imputation/backdata_output/2021_backdata_published_v347_anon.csv"
manual_imp_trim_path: "06_imputation/manual_trimming/trimming_qa_2023-11-27_v359.csv"
manual_outliers_path: "07_outliers/manual_outliers/manual_outlier_2023-08-29_v67.csv"
# Construction paths
Expand Down

0 comments on commit b330040

Please sign in to comment.