Skip to content

Commit

Permalink
dbt data_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh2230 committed Oct 26, 2024
1 parent 1079887 commit 837b362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/dbt/project_01/models/example/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ models:
columns:
- name: id
description: "The primary key for this table"
tests:
data_tests:
- unique
- not_null

Expand All @@ -16,6 +16,6 @@ models:
columns:
- name: id
description: "The primary key for this table"
tests:
data_tests:
- unique
- not_null
4 changes: 2 additions & 2 deletions tests/dbt/project_02/models_a/example/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ models:
columns:
- name: id
description: "The primary key for this table"
tests:
data_tests:
- unique
- not_null

Expand All @@ -16,6 +16,6 @@ models:
columns:
- name: id
description: "The primary key for this table"
tests:
data_tests:
- unique
- not_null

0 comments on commit 837b362

Please sign in to comment.