dbt - Advanced Testing
You wrote this test in your
But the test always errors out. What is the likely problem?
schema.yml:tests:
- expect_column_values_to_be_in_set:
column: status
values_set: ['active', 'inactive']
But the test always errors out. What is the likely problem?
