dbt - Advanced Testing
Given this snippet in a schema.yml file:
What does this test check for the column?
tests:
- expect_column_values_to_be_between:
min_value: 10
max_value: 100
What does this test check for the column?
