Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions config_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@ src_dir: ''
# folder. Further, each item can have any/all of the parameters that class uses.
# The defaults below show what is used when this is omitted.
inputs:
- class: InputSdmxMl_UnitedNationsApi
reference_area: 404
dimension_query:
REPORTING_TYPE: N
# - class: InputCsvData
# # This describes the data files, relative to the "src_dir" indicated above.
# path_pattern: data/*-*.csv
# - class: InputYamlMeta
# path_pattern: indicator-config/*-*.yml
# git: false
# - class: InputYamlMeta
# # This describes the meta files, relative to the "src_dir" indicated above.
# path_pattern: meta/*-*.yml
# # This specifies whether or not to use Git to calculate the "last updated"
# # dates for data files.
# git: true
# # This specifies an alternate folder to look in for Git-versioned data files,
# # when calculating the "last updated" dates for data files. This defaults to
# # "data" (the folder where the data files actually exist.) Most sites will not
# # need to change this setting. It is intended for sites where the data needs
# # to be "built" before being processed by sdg-build.
# git_data_dir: data
# - class: InputSdmxMl_UnitedNationsApi
# reference_area: 404
# dimension_query:
# REPORTING_TYPE: N
- class: InputCsvData
# This describes the data files, relative to the "src_dir" indicated above.
path_pattern: data/*-*.csv
- class: InputYamlMeta
path_pattern: indicator-config/*-*.yml
git: false
- class: InputYamlMeta
# This describes the meta files, relative to the "src_dir" indicated above.
path_pattern: meta/*-*.yml
# This specifies whether or not to use Git to calculate the "last updated"
# dates for data files.
git: true
# This specifies an alternate folder to look in for Git-versioned data files,
# when calculating the "last updated" dates for data files. This defaults to
# "data" (the folder where the data files actually exist.) Most sites will not
# need to change this setting. It is intended for sites where the data needs
# to be "built" before being processed by sdg-build.
git_data_dir: data
- class: InputSdmxMeta
meta_suffix: __GLOBAL

Expand Down