connection: "snowflake_via_lookerappadmin" include: "int_dbt_prod_red_bull_records_streaming_report_all_time.view.lkml" include: "int_dbt_prod_red_bull_records_streaming_report_last_60_days.view.lkml" include: "dt_rolling_date_windows_analytics.view.lkml" week_start_day: friday explore: int_dbt_prod_red_bull_records_streaming_report_all_time { view_label: "Red Bull Reports - Mike Heygler - All Time" hidden: yes join: dt_rolling_date_windows_analytics { view_label: "Date" sql_on: ${int_dbt_prod_red_bull_records_streaming_report_all_time.activity_date_date} = ${dt_rolling_date_windows_analytics.date} ;; type: inner relationship: many_to_one } } explore: int_dbt_prod_red_bull_records_streaming_report_last_60_days { view_label: "Red Bull Reports - Mike Heygler - Last 60 days" hidden: yes join: dt_rolling_date_windows_analytics { view_label: "Date" sql_on: ${int_dbt_prod_red_bull_records_streaming_report_last_60_days.activity_date_date} = ${dt_rolling_date_windows_analytics.date} ;; type: inner relationship: many_to_one } }