Skip to content

Commit

Permalink
Merge pull request #39 from code-dot-org/fix/user_levels
Browse files Browse the repository at this point in the history
chore/clean_up
  • Loading branch information
jordan-springer authored Dec 6, 2023
2 parents 3d77cce + e56856e commit 91ab4db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dbt/models/marts/schools/_schools__models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ models:
# - not_null
# - unique

- name: dim_school_stats_by_year
- name: dim_school_stats_by_years
description: most recent school-level information + metrics about all NCES schools
tests:
- dbt_utils.unique_combination_of_columns:
Expand Down
4 changes: 2 additions & 2 deletions dbt/models/staging/dashboard_pii/_dashboard_pii__models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ models:
- name: stg_dashboard_pii__pd_international_opt_ins
description: staging pd_intl_opt_in data

- name: stg_dashboard_pii__regional_partner_mappings
description: staging regional partner mapping data
# - name: stg_dashboard_pii__regional_partner_mappings
# description: staging regional partner mapping data

- name: stg_dashboard_pii__pd_sessions
description: staging pd session data
Expand Down

0 comments on commit 91ab4db

Please sign in to comment.