Skip to content

DBT Test: Not Null Postgres Countries Fao Code

DBT test name: not_null_postgres_countries_fao_code

DBT details


Description

No description


Details

Models

Macros

  • test_not_null
  • get_where_subquery
{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(severity="warn") }}
select *
from "trase_production"."main"."postgres_countries"
where fao_code is null