connection: "snowflake_via_lookerappadmin" include: "US_ARTIST_RANKING.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 explore: US_ARTIST_RANKING { label: "US Artist Ranking" case_sensitive: no hidden: yes }