view: int_dbt_prod_spotify_playlist_country { sql_table_name: INTELLIGENCE.DBT_PROD.SPOTIFY_PLAYLIST_COUNTRY ;; dimension: playlist_uri { view_label: "Playlist" label:"Playlist URI" type: string sql:${TABLE}.playlist_uri;; description: "Playlist URI" hidden: yes } dimension: country { view_label: "Playlist" label:"Playlist Country" type: string sql:${TABLE}.country;; description: "Playlist Country of Origin - Data supplied by Chartmetric. Updated Daily." hidden: no } dimension: playlist_name { view_label: "Playlist" label:"Playlist Name" type: string sql:${TABLE}.playlist_name;; description: "Playlist Name" hidden: yes } }