dbt - Governance and Collaboration
A dbt test is written as:
What is wrong with this test if the column contains values like "pending"?
tests:
- unique
- not_null
- accepted_values:
values: ["active", "inactive"]
What is wrong with this test if the column contains values like "pending"?
