From 2a267027a56650fef16930713853e50fe9ab2db8 Mon Sep 17 00:00:00 2001 From: lucasmbrown-usds Date: Thu, 8 Sep 2022 20:32:17 -0400 Subject: [PATCH] fix nlcd --- .../data_pipeline/etl/sources/ncld_nature_deprived/etl.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py b/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py index acd6eae0..7b237da5 100644 --- a/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py +++ b/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py @@ -21,6 +21,9 @@ class NatureDeprivedETL(ExtractTransformLoad): GEO_LEVEL = ValidGeoLevel.CENSUS_TRACT PUERTO_RICO_EXPECTED_IN_DATA = False + # Alaska and Hawaii are missing + EXPECTED_MISSING_STATES = ['02', '15'] + # Output score variables (values set on datasets.yml) for linting purposes ELIGIBLE_FOR_NATURE_DEPRIVED_FIELD_NAME: str TRACT_PERCENT_IMPERVIOUS_FIELD_NAME: str