dbt - Advanced Testing
Given this test in
What will happen if the column
schema.yml:tests:
- expect_column_values_to_be_between:
column: age
min_value: 18
max_value: 65
What will happen if the column
age contains a value of 70?