From ca6ad18ca655bca32ff29ef01e10079126dbfa6c Mon Sep 17 00:00:00 2001 From: Noel Gomez Date: Sun, 15 Oct 2023 10:13:16 -0700 Subject: [PATCH] fix model name --- transform/models/L3_coves/loan_analytics/loans_by_state.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transform/models/L3_coves/loan_analytics/loans_by_state.yml b/transform/models/L3_coves/loan_analytics/loans_by_state.yml index bac53a49..3faf90f8 100644 --- a/transform/models/L3_coves/loan_analytics/loans_by_state.yml +++ b/transform/models/L3_coves/loan_analytics/loans_by_state.yml @@ -1,8 +1,8 @@ version: 2 models: - - name: LOANS_BY_STATE - description: 'This model aggregates the number of loans by state.' + - name: loans_by_state + description: 'This model shows the top 10 states with loans.' columns: - name: state description: 'The state where the loans are located.'