label: "CAPIF Certification" connection: "snowflake_via_lookerappadmin" include: "dt_capif_certification.view.lkml" include: "int_dbt_prod_awal_tier_groups.view.lkml" explore: dt_capif_certification { label: "CAPIF Certification" view_label: "CAPIF Certification" hidden: yes join: int_dbt_prod_awal_tier_groups { view_label: "Orchard/AWAL Tiers" relationship: many_to_one sql_on: ${dt_capif_certification.labelid}= ${int_dbt_prod_awal_tier_groups.label_id};; fields: [brand_name,parent_company,service_tier_name, owner, is_distributor] } }