Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2024_q1 to quarterly graphs config #4849

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading