Skip to content

Commit

Permalink
update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
katieclaiborne-duet authored and dbeatty10 committed Jul 2, 2024
1 parent 222ac79 commit c0ed2ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
field
a
field,value
a,1
b,
4 changes: 4 additions & 0 deletions integration_tests/models/generic_tests/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ seeds:
- name: field
data_tests:
- dbt_utils.at_least_one
- name: value
data_tests:
- dbt_utils.at_least_one:
group_by_columns: ['field']
error_if: "<1"
warn_if: "<0"

- name: data_test_expression_is_true
data_tests:
Expand Down

0 comments on commit c0ed2ad

Please sign in to comment.