Census ETL should use standard ETL form (#474)

* Fixes #473
Census ETL should use standard ETL form

* linter fixes
This commit is contained in:
Nat Hillard 2021-08-06 11:01:51 -04:00 committed by GitHub
commit 45a8b1c026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 178 additions and 84 deletions

View file

@ -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",