Poetry updates for application (#483)

This commit is contained in:
Jorge Escobar 2021-08-06 16:24:30 -04:00 committed by GitHub
commit f51b0d69d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 33 deletions

View file

@ -17,11 +17,6 @@ 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",