dbt - Advanced Testing
A dbt test is defined as:
After running tests, you find some rows with null signup_date values. What should you do to fix the test failure?
columns:
- name: signup_date
tests:
- not_null
After running tests, you find some rows with null signup_date values. What should you do to fix the test failure?
