connection: "snowflake_via_lookerappadmin" include: "spotify_market_share_week_ending.view.lkml" include: "facts_prod_dim_country.view.lkml" # 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. # explore: spotify_market_share_week_ending { label: "Spotify Weekly Market Share" group_label: "Spotify Weekly Market Share" }