Skip to content

Commit

Permalink
merge in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneONS committed Dec 18, 2024
2 parents 1e20a04 + 4d7c585 commit daee801
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/dev_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ schema_paths:
full_responses_imputed_schema: "config/output_schemas/full_responses_imputed_schema.toml"
staged_full_responses_schema: "config/output_schemas/staged_full_responses_schema.toml"
invalid_unrecognised_postcodes_schema: "config/output_schemas/invalid_unrecognised_postcodes_schema.toml"
full_responses_mapped_schema: "config/output_schemas/full_responses_mapped_schema.toml"

# Export config for users
mappers:
geo_cols: ["ITL221CD", "ITL221NM", "ITL121CD", "ITL121NM"]
Expand Down
2 changes: 1 addition & 1 deletion src/outputs/export_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_schema_headers(config: dict):
for output_name, path in schema_paths.items():
with open(path, 'rb') as file:
schema_headers_dict[output_name] = tomli.load(file)

# schema_headers_dict = {
# output_name: tomli.loads(path) for output_name, path in schema_paths.items()
# }
Expand Down
9 changes: 5 additions & 4 deletions src/user_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export_choices:
export_short_form: None
export_long_form: None
export_tau: None
export_gb_sas: None
export_gb_sas: "PNP_2023_output_gb_sas_24-11-19_v914.csv"
export_ni_sas: None
export_intram_by_pg_gb: None
export_intram_by_pg_uk: None
Expand All @@ -152,9 +152,10 @@ export_choices:
export_fte_total_qa: None
export_status_filtered: None
export_frozen_group: None
export_staged_BERD_full_responses: "2023_staged_BERD_full_responses_24-11-26_v922.csv"
export_staged_full_responses: "2023_staged_full_responses_24-11-26_v922.csv"
export_staged_BERD_full_responses: None #"2023_staged_BERD_full_responses_24-11-26_v922.csv"
export_staged_full_responses: None # "PNP_2023_staged_full_responses_24-11-26_v922.csv"
export_staged_NI_full_responses: None
export_full_responses_imputed: None
export_full_responses_imputed: "PNP_2023_full_responses_imputed_24-12-18_v971.csv"
export_full_estimation_qa: None # "2022_full_estimation_qa_24-07-15_v555.csv"
export_invalid_unrecognised_postcodes: None # "2022_invalid_unrecognised_postcodes_24-07-04_v503.csv"
export_full_responses_mapped: "PNP_2023_full_responses_mapped_24-12-11_v212.csv"

0 comments on commit daee801

Please sign in to comment.