dbt - Advanced Testing
Given this YAML test snippet:
What will happen if the
tests:
- dbt_utils.accepted_values:
column: status
values: ['active', 'inactive']What will happen if the
status column contains the value 'pending'?