mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
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:
parent
54e9f50625
commit
403a490985
2 changed files with 3 additions and 3 deletions
4
.github/workflows/score-checks.yml
vendored
4
.github/workflows/score-checks.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
poetry run python3 data_pipeline/application.py score-full-run
|
poetry run python3 data_pipeline/application.py score-full-run
|
||||||
- name: Generate Score Post
|
- name: Generate Score Post
|
||||||
run: |
|
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
|
- name: Generate Score Geo
|
||||||
run: |
|
run: |
|
||||||
poetry run python3 data_pipeline/application.py geo-score -s local
|
poetry run python3 data_pipeline/application.py geo-score -s aws
|
||||||
|
|
|
@ -27,7 +27,7 @@ class CalEnviroScreenETL(ExtractTransformLoad):
|
||||||
"calenviroscreen_priority_community"
|
"calenviroscreen_priority_community"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Choosing constants.
|
# Choosing constants
|
||||||
# None of these numbers are final, but just for the purposes of comparison.
|
# None of these numbers are final, but just for the purposes of comparison.
|
||||||
self.CALENVIROSCREEN_PRIORITY_COMMUNITY_THRESHOLD = 75
|
self.CALENVIROSCREEN_PRIORITY_COMMUNITY_THRESHOLD = 75
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue