Skip to content

Commit

Permalink
Merge branch 'master' into analytics-duplication-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Dec 2, 2024
2 parents de39641 + 0dc1c8d commit b267632
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion hmda-analytics/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,17 @@ hmda {
larDeletion = ${?HMDA-LAR-DELETE}
historyInsertion = true
historyInsertion = ${?HMDA-HISTORY-INSERT}
yearsAvailable = "2018,2019,2020,2021,2022,2023,2024"
yearsAvailable = "2018,2019,2020,2021,2022,2023,2024,2025"
yearsAvailable = ${?ANALYTICS_YEARS_AVAILABLE}
2025 {
tsTableName = "transmittalsheet2025"
tsTableName = ${?TS_TABLE_NAME_2025}
tsTableNameQ1 = "ts2025_q1"
tsTableNameQ1 = ${?TS_TABLE_NAME_2025_Q1}
larTableName = "loanapplicationregister2025"
larTableName = ${?LAR_TABLE_NAME_2025}
larTableNameQ1 = "lar2025_q1"
}
2024 {
tsTableName = "transmittalsheet2024"
tsTableName = ${?TS_TABLE_NAME_2024}
Expand Down
2 changes: 1 addition & 1 deletion institutions-api/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ filter {
bank-filter-list=${?BANK_FILTER_LIST}
}
counts:{
deafultInstitution:"institutions2023_q_graph_snapshot_12182023"
deafultInstitution:"institutions2024_q_graph_snapshot_07112024"

transmittalSheet:{
2023 = "transmittalsheet2023_snapshot_05012024"
Expand Down

0 comments on commit b267632

Please sign in to comment.