Skip to content

Commit

Permalink
test(pipeline): store all failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Sep 19, 2024
1 parent a28d52f commit 0710b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pipeline/dbt/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ models:
+contract:
enforced: false

tests:
+store_failures: true

seeds:
data_inclusion:
schema:
Expand Down
3 changes: 0 additions & 3 deletions pipeline/dbt/models/intermediate/_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ models:
- _di_surrogate_id
config:
severity: warn
store_failures: true

- name: int__union_contacts
columns:
Expand All @@ -30,7 +29,6 @@ models:
- _di_surrogate_id
config:
severity: warn
store_failures: true

- name: int__union_structures
data_tests:
Expand All @@ -39,7 +37,6 @@ models:
- _di_surrogate_id
config:
severity: warn
store_failures: true

- name: int__union_adresses__enhanced

Expand Down

0 comments on commit 0710b2d

Please sign in to comment.