dbt - Advanced Testing
Which dbt-utils test would you use to ensure a column has no missing (NULL) values?
not_null test is designed specifically to check that no NULL values exist in a column.unique_combination_of_columns checks uniqueness, accepted_values checks allowed values, and relationship checks foreign key relationships.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions