mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 13:51:16 -07:00
Adding back census to list of potential datasets, but separating out from standard list (#484)
Error this addresses: File "/Users/lucas/Documents/usds/repos/justice40-tool/data/data-pipeline/data_pipeline/etl/runner.py", line 71, in etl_runner f"data_pipeline.etl.sources.{dataset['module_dir']}.etl" TypeError: 'NoneType' object is not subscriptable
This commit is contained in:
parent
f51b0d69d9
commit
ec19d86f6f
5 changed files with 80 additions and 51 deletions
|
@ -43,7 +43,7 @@ class CensusETL(ExtractTransformLoad):
|
|||
Returns:
|
||||
Path on disk to the file_type file corresponding to this FIPS
|
||||
"""
|
||||
file_path : Path
|
||||
file_path: Path
|
||||
if file_type == GeoFileType.SHP:
|
||||
file_path = Path(
|
||||
self.SHP_BASE_PATH / fips_code / f"tl_2010_{fips_code}_bg10.shp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue