Skip to content

Commit

Permalink
Update now that validation exists (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Sep 14, 2022
1 parent 922a3ba commit 73036b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
class GeoCorrETL(ExtractTransformLoad):
NAME = "geocorr"
GEO_LEVEL: ValidGeoLevel = ValidGeoLevel.CENSUS_TRACT
PUERTO_RICO_EXPECTED_IN_DATA = False

def __init__(self):
self.OUTPUT_PATH = self.DATA_PATH / "dataset" / "geocorr"
Expand Down

0 comments on commit 73036b2

Please sign in to comment.