connection: "snowflake_via_lookerappadmin" include: "contact_created_date.view.lkml" include: "int_prod_vw_active_vendor_contract.view.lkml" explore: contact_created_date { label: "Contact Created Details" view_label: "Contact Created Date" case_sensitive: no hidden: no join: active_label { from: int_prod_vw_active_vendor_contract relationship: one_to_one sql_on: ${contact_created_date.orch_app_ar_vendor_vendor_id} = ${active_label.vendor_id} ;; fields: [active_label] } } # explore: order_items { # join: orders { # relationship: many_to_one # sql_on: ${orders.id} = ${order_items.order_id} ;; # } # # join: users { # relationship: many_to_one # sql_on: ${users.id} = ${orders.user_id} ;; # } # }