From 7a7517f654b3d4344ce7ca63a988a40c79771c24 Mon Sep 17 00:00:00 2001 From: lucasmbrown-usds Date: Thu, 8 Sep 2022 18:43:12 -0400 Subject: [PATCH] fixing fuds --- .../data-pipeline/data_pipeline/etl/sources/us_army_fuds/etl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/data-pipeline/data_pipeline/etl/sources/us_army_fuds/etl.py b/data/data-pipeline/data_pipeline/etl/sources/us_army_fuds/etl.py index f35d4749..945f1039 100644 --- a/data/data-pipeline/data_pipeline/etl/sources/us_army_fuds/etl.py +++ b/data/data-pipeline/data_pipeline/etl/sources/us_army_fuds/etl.py @@ -20,6 +20,8 @@ class USArmyFUDS(ExtractTransformLoad): ELIGIBLE_FUDS_BINARY_FIELD_NAME: str GEO_LEVEL: ValidGeoLevel = ValidGeoLevel.CENSUS_TRACT + ISLAND_AREAS_EXPECTED_IN_DATA = True + def __init__(self): self.FILE_URL: str = ( "https://opendata.arcgis.com/api/v3/datasets/"