📄️ Available test to use in dbt
Types of tests to use in dbt
📄️ How to name tests directory
Where to store tests in a directory
📄️ How to set failure thresholds in test
Use configs to set custom failure thresholds in tests
📄️ Recommended tests for project
Recommended 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 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 tests
Run tests in production or when writing new code