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