📄️ Available data test to use in dbt
Types of data tests to use in dbt
📄️ How to name data tests directory
Where to store data tests in a directory
📄️ How to set failure thresholds in test
Use configs to set custom failure thresholds in tests
📄️ Recommended data tests for project
Recommended data tests for project
📄️ Testing one model at a time
Use select flag to test one model at a time
📄️ Test and document seeds
Use a schema file to test and document seeds
📄️ Run data tests on all sources
Use the select source command to test sources
📄️ Test the uniqueness of two columns
Options to test uniqueness of two columns
📄️ When to run data tests
Run data tests in production or when writing new code