dbt - Advanced Testing
If a dbt test is defined as:
What will happen if a row has the value 'pending' in the tested column?
tests:
- accepted_values:
values: ['active', 'inactive']
What will happen if a row has the value 'pending' in the tested column?
