Skip to content

Commit

Permalink
Add uniqueness test
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway committed Oct 24, 2024
1 parent 88cab7e commit 57f6937
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dbt/models/reporting/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ models:

- name: reporting.vw_pin_school_impact
description: '{{ doc("view_vw_pin_school_impact") }}'
data_tests:
- unique_combination_of_columns:
name: reporting_vw_school_impact_unique_by_agency_num_av_board_rank_year
combination_of_columns:
- agency_num
- av_board_rank
- year

- name: reporting.vw_pin_township_class
description: '{{ doc("view_vw_pin_township_class") }}'
Expand Down

0 comments on commit 57f6937

Please sign in to comment.