From 8355d48490f1949149ab594a0bf34032273d7672 Mon Sep 17 00:00:00 2001 From: Noel Gomez Date: Sun, 15 Oct 2023 10:09:04 -0700 Subject: [PATCH] add missing property file --- .../models/L3_coves/loan_analytics/loans_by_state.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 transform/models/L3_coves/loan_analytics/loans_by_state.yml diff --git a/transform/models/L3_coves/loan_analytics/loans_by_state.yml b/transform/models/L3_coves/loan_analytics/loans_by_state.yml new file mode 100644 index 00000000..bac53a49 --- /dev/null +++ b/transform/models/L3_coves/loan_analytics/loans_by_state.yml @@ -0,0 +1,10 @@ +version: 2 + +models: + - name: LOANS_BY_STATE + description: 'This model aggregates the number of loans by state.' + columns: + - name: state + description: 'The state where the loans are located.' + - name: number_of_loans + description: 'The total number of loans in each state.'