Skip to content

Commit

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

0 comments on commit ca6ad18

Please sign in to comment.