Skip to content

DBT Test: Check Id Palm Unknown Mill Seipcs Indonesia Palm Oil 2022 Km 0 Mgd 30 Patched

DBT test name: check_id_palm_unknown_mill_seipcs_indonesia_palm_oil_2022_km_0_mgd_30_patched_

DBT details


Description

No description


Details

{{ test_check_id_palm_unknown_mill(**_dbt_generic_test_kwargs) }}{{ config(alias="check_id_palm_unknown_mill_sei_7c44777c3d6a9598123dbd3fe7e99fd9") }}
/*
 * This test fails if any flows of Indonesia palm oil with an UNKNOWN mill do not have
 * UNKNOWN mill_group.
 */

select 'some columns have incorrect values' as error
from "trase_production"."main_indonesia_palm"."seipcs_indonesia_palm_oil_2022_km_0_mgd_30_patched"
where mill = 'UNKNOWN' and not mill_group = 'UNKNOWN'
limit 1