Esfoobar usds/488 generate score per commit pr (#1211)

* Score run on every commit to data PR

* testing score run

* source aws
This commit is contained in:
Jorge Escobar 2022-01-31 16:07:21 -05:00 committed by GitHub
parent 54e9f50625
commit 403a490985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ jobs:
poetry run python3 data_pipeline/application.py score-full-run
- name: Generate Score Post
run: |
poetry run python3 data_pipeline/application.py generate-score-post -s local
poetry run python3 data_pipeline/application.py generate-score-post -s aws
- name: Generate Score Geo
run: |
poetry run python3 data_pipeline/application.py geo-score -s local
poetry run python3 data_pipeline/application.py geo-score -s aws

View file

@ -27,7 +27,7 @@ class CalEnviroScreenETL(ExtractTransformLoad):
"calenviroscreen_priority_community"
)
# Choosing constants.
# Choosing constants
# None of these numbers are final, but just for the purposes of comparison.
self.CALENVIROSCREEN_PRIORITY_COMMUNITY_THRESHOLD = 75