Skip to content

Commit

Permalink
Add missing columns: entry
Browse files Browse the repository at this point in the history
Co-authored-by: Claire Carroll <carroll.claire.e@gmail.com>
  • Loading branch information
Joel Labes and clrcrl committed Nov 23, 2020
1 parent 70b528a commit 3ceb9ae
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions integration_tests/models/schema_tests/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,20 @@ models:
- product

- name: data_test_accepted_range
tests:
- dbt_utils.accepted_range:
min_value: -1
max_value: 11
inclusive: true

- dbt_utils.accepted_range:
min_value: -2
max_value: 11.1
inclusive: false

- dbt_utils.accepted_range:
min_value: 0
inclusive: true
where: "id <> -1"
columns:
- name: id
tests:
- dbt_utils.accepted_range:
min_value: -1
max_value: 11
inclusive: true

- dbt_utils.accepted_range:
min_value: -2
max_value: 11.1
inclusive: false

- dbt_utils.accepted_range:
min_value: 0
inclusive: true
where: "id <> -1"

0 comments on commit 3ceb9ae

Please sign in to comment.