From 95f88587ec655ef57a3b18c832296d2bdbab10b9 Mon Sep 17 00:00:00 2001 From: matt bowen Date: Tue, 2 Aug 2022 17:21:01 -0400 Subject: [PATCH] Update description fields (#1518) --- .../data_pipeline/etl/score/config/datasets.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml b/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml index ed609ab5..96f64749 100644 --- a/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml +++ b/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml @@ -50,7 +50,8 @@ datasets: - long_name: "Child Opportunity Index 2.0 database" short_name: "coi" module_name: "child_opportunity_index" - description: "A composite index measured at the census tract level that captures neighborhood resources and conditions that matter for children's healthy development." + description_short: "A composite index measured at the census tract level that captures neighborhood resources and conditions that matter for children's healthy development." + description_long: "A composite index measured at the census tract level that captures neighborhood resources and conditions that matter for children's healthy development." input_geoid_tract_field_name: "geoid" load_fields: - short_name: "he_heat" @@ -88,7 +89,8 @@ datasets: - long_name: "Low-Income Energy Affordabililty Data" short_name: "LEAD" module_name: "doe_energy_burden" - description: "Census-tract-level energy budren calculations based on DOE's LEAD tool" + description_short: "Census-tract-level energy budren calculations based on DOE's LEAD tool" + description_long: "Census-tract-level energy budren calculations based on DOE's LEAD tool" input_geoid_tract_field_name: "FIP" load_fields: - short_name: "EBP_PFS" @@ -102,7 +104,8 @@ datasets: - long_name: "Exaple ETL" short_name: "Example" module_name: "example_dataset" - description: "An example dataset for documentation" + description_short: "An example dataset for documentation" + description_long: "An example dataset for documentation" input_geoid_tract_field_name: "GEOID10_TRACT" load_fields: - short_name: "EXAMPLE_FIELD"