connection: "abacus-looker" include: "/views/*.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 fiscal_month_offset: -9 explore: dt_periscope_report { label: "Periscope Report" case_sensitive: no hidden: no } explore: dt_periscope_report2 { label: "Periscope Report2" case_sensitive: no hidden: no }