Skip to content

Commit

Permalink
add missing property file
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Oct 15, 2023
1 parent f0680ba commit 8355d48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions transform/models/L3_coves/loan_analytics/loans_by_state.yml
Original file line number Diff line number Diff line change
@@ -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.'

0 comments on commit 8355d48

Please sign in to comment.