dbt - Governance and Collaboration
Given this dbt test code snippet, what will be the result if the column
user_id contains NULL values?
version: 2
models:
- name: users
columns:
- name: user_id
tests:
- not_null
