mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 06:51:18 -07:00
Census ETL should use standard ETL form (#474)
* Fixes #473 Census ETL should use standard ETL form * linter fixes
This commit is contained in:
parent
ef044fa36b
commit
45a8b1c026
3 changed files with 178 additions and 84 deletions
|
@ -17,6 +17,11 @@ def etl_runner(dataset_to_run: str = None) -> None:
|
|||
|
||||
# this list comes from YAMLs
|
||||
dataset_list = [
|
||||
{
|
||||
"name": "census",
|
||||
"module_dir": "census",
|
||||
"class_name": "CensusETL",
|
||||
},
|
||||
{
|
||||
"name": "tree_equity_score",
|
||||
"module_dir": "tree_equity_score",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue