Skip to content

Commit

Permalink
Merge pull request #4849 from jaredb96/quarterly-graphs-2024-config-c…
Browse files Browse the repository at this point in the history
…hange

Add 2024_q1 to quarterly graphs config
  • Loading branch information
PatrickGoRaft authored Jul 12, 2024
2 parents 9f0d0eb + a0484c8 commit 839befd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ db {
mv {
periods_annual: "2018,2019,2020,2021,2022,2023"
periods_annual: ${?PERIODS_ANNUAL}
periods_with_quarter: "2018,2019,2020,2021,2022,2023"
periods_with_quarter: "2018,2019,2020,2021,2022,2023,2024_q1"
periods_with_quarter: ${?PERIODS_QUARTER}
suffix_home_purchase: "purpose_p"
suffix_home_purchase: ${?SUFFIX_HOME_PURCHASE}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: ConfigMap
metadata:
name: {{ include "hmda-quarterly-data-service.fullname" . }}-mv-configmap
data:
APP_VOL: applications_volume
ALL_APP_VOL: all_applications_volume
PERIODS_ANNUAL: 2018,2019,2020,2021,2022
APP_VOL: app_vol
ALL_APP_VOL: all_app_vol
PERIODS_ANNUAL: 2018,2019,2020,2021,2022,2023
CRED_SCORE_BY_LOAN: median_credit_score_by_loan_type
PERIODS_WITH_QUARTER: 2018,2019,2020,2021,2022,2023_q1,2023_q2,2023_q3
PERIODS_WITH_QUARTER: 2018,2019,2020,2021,2022,2023,2024_q1
CRED_SCORE_BY_RE: median_credit_score_by_loan_by_race
CLTV_BY_LOAN: median_cltv_by_loan_type
CLTV_BY_RE: median_cltv_by_race
Expand Down

0 comments on commit 839befd

Please sign in to comment.