diff --git a/config_data.yml b/config_data.yml index 42b8343e57e..7fd7e9b99f1 100644 --- a/config_data.yml +++ b/config_data.yml @@ -34,7 +34,7 @@ src_dir: '' translations: - class: TranslationInputSdgTranslations source: https://github.com/open-sdg/sdg-translations.git - tag: 2.2.0 + tag: 2.3.0 # Reporting status extra fields # ----------------------------- @@ -119,3 +119,6 @@ sdmx_output_global: code_map: code_mapping.csv sender_id: UK_ONS default_values: {REF_AREA: 826} + +ignore_out_of_scope_disaggregation_stats: true + diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 468ff3910b5..3575f084a11 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/dougmet/yamlmd -git+https://github.com/open-sdg/sdg-build@2.2.0 +git+https://github.com/open-sdg/sdg-build@2.3.0 xlrd==1.2.0 openpyxl==3.1.0 frictionless==4.40.8