Skip to content

DBT Test: Dbt Utils Not Empty String Wood Pulp Ind V3 2 0 2025 Post Embedding Quant License Yr

DBT test name: dbt_utils_not_empty_string_wood_pulp_ind_v3_2_0_2025_post_embedding_quant_license_yr

DBT details


Description

No description


Details

Models

Macros

  • test_not_empty_string
  • get_where_subquery
{{ dbt_utils.test_not_empty_string(**_dbt_generic_test_kwargs) }}{{ config(alias="dbt_utils_not_empty_string_woo_7ee003fb3464df9c17bb077151e015c8") }}
    with

    all_values as (

        select 


            trim(license_yr) as license_yr

        from "trase_production"."main"."wood_pulp_ind_v3_2_0_2025_post_embedding_quant"

    ),

    errors as (

        select * from all_values
        where license_yr = ''

    )

    select * from errors