Skip to content

DBT Test: Not Null Postgres Countries Country Trase Id

DBT test name: not_null_postgres_countries_country_trase_id

DBT details


Description

No description


Details

Models

Macros

  • test_not_null
  • get_where_subquery
{{ test_not_null(**_dbt_generic_test_kwargs) }}
select *
from "trase_production"."main"."postgres_countries"
where country_trase_id is null