DBT Test: Dbt Utils Not Empty String Seipcs Brazil Soy V2 6 0 2015 With Exporter Importer Group
DBT test name: dbt_utils_not_empty_string_seipcs_brazil_soy_v2_6_0_2015_with_exporter_IMPORTER_GROUP
DBT details
-
Kind:
generic(not_empty_string) -
Column under test:
IMPORTER_GROUP
Description
No description
Details
{{ dbt_utils.test_not_empty_string(**_dbt_generic_test_kwargs) }}{{ config(alias="dbt_utils_not_empty_string_sei_a7398fbdb7e77249287b3554d84e6b52") }}
with
all_values as (
select
trim(IMPORTER_GROUP) as IMPORTER_GROUP
from "trase_production"."main_brazil_soy"."seipcs_brazil_soy_v2_6_0_2015_with_exporter"
),
errors as (
select * from all_values
where IMPORTER_GROUP = ''
)
select * from errors