dbt - Advanced Testing
Given this YAML snippet for a dbt test:
What will
columns:
- name: user_id
tests:
- unique
- not_nullWhat will
dbt test check for the user_id column?