DBT Test: Not Null Postgres Countries Iso Alpha 3
DBT test name: not_null_postgres_countries_iso_alpha_3
DBT details
-
Kind:
generic(not_null) -
Column under test:
iso_alpha_3 -
Test file: trase/data_pipeline/models/postgres_views/_schema_postgres_tables.yml
Description
No description
Details
{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(severity="warn") }}
select *
from "trase_production"."main"."postgres_countries"
where iso_alpha_3 is null