connection: "snowflake_via_lookerappadmin" label: "ORCA" include: "/views/orca_a_and_lp/*.view.lkml" # include all views in the views/ folder in this project # include: "/**/*.view.lkml" # include all views in this project # include: "my_dashboard.dashboard.lookml" # include a LookML dashboard called my_dashboard # # Select the views that should be a part of this model, # # and define the joins that connect them together. # fiscal_month_offset: -9 explore: int_dbt_prod_orca_a_and_lp_dataset { hidden: no label: "ORCA A&LP" view_label: "ORCA A&LP" join: dt_orca_a_and_lp_timeseries_info { view_label: "Time Series Info" relationship: one_to_many sql_on: ${int_dbt_prod_orca_a_and_lp_dataset.vendor_id} = ${dt_orca_a_and_lp_timeseries_info.vendor_id};; } }