Skip to content

Commit

Permalink
Tag tests also
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity committed Nov 13, 2024
1 parent 1fde2fb commit 8852a19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ vars:
models:
stellar_dbt_public:
+tags: "public"

staging:
+materialized: view # how the staging models will be materialized
intermediate:
Expand Down Expand Up @@ -81,5 +81,7 @@ seeds:
+enabled: false

tests:
stellar_dbt_public:
+tags: "public"
dbt_project_evaluator:
+severity: "{{ env_var('DBT_PROJECT_EVALUATOR_SEVERITY', 'error') }}"

0 comments on commit 8852a19

Please sign in to comment.