Skip to content

Commit

Permalink
Merge pull request #17 from jschintz-nytimes/Custom-tests
Browse files Browse the repository at this point in the history
Update dbt_project.yml
  • Loading branch information
jschintz-nytimes authored Jun 12, 2024
2 parents c8408bc + 25bf0e9 commit 23ac649
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ models:
# required for Redshift because listagg runs only on tables
+materialized: "{{ 'table' if target.type == 'redshift' else 'view' }}"

tests:
# Override so downstream packages use dbt_project_evaluator
+schema: dbt_project_evaluator

vars:
exclude_packages: ["dig_dbt_sources"]

Expand Down

0 comments on commit 23ac649

Please sign in to comment.