Concept Flow - Built-in tests (unique, not_null, accepted_values, relationships)
Start with dbt model data
Apply unique test on column
Apply not_null test on column
Apply accepted_values test on column
Apply relationships test between tables
Collect test results
Pass or Fail report
This flow shows how dbt runs built-in tests on data columns and relationships, then reports if data passes or fails.