mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 20:41:17 -07:00
Stop swallowing Census API errors (#1051)
This commit is contained in:
parent
d90e028c1b
commit
0d57dd572b
2 changed files with 23 additions and 21 deletions
|
@ -50,7 +50,6 @@ class CensusACS2010ETL(ExtractTransformLoad):
|
|||
]
|
||||
|
||||
self.EMPLOYMENT_LESS_THAN_HS_IN_LABOR_FORCE = (
|
||||
# TODO: FIX!!!!!!
|
||||
"B23006_005E"
|
||||
# Estimate!!Total!!Less than high school graduate!!In labor force!!Civilian
|
||||
)
|
||||
|
@ -115,7 +114,6 @@ class CensusACS2010ETL(ExtractTransformLoad):
|
|||
tract_output_field_name=self.GEOID_TRACT_FIELD_NAME,
|
||||
data_path_for_fips_codes=self.DATA_PATH,
|
||||
acs_type=self.ACS_TYPE,
|
||||
raise_errors=False,
|
||||
)
|
||||
|
||||
def transform(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue