view: int_dbt_prod_spotify_playlist_followers { sql_table_name: INTELLIGENCE.DBT_PROD.SPOTIFY_PLAYLIST_FOLLOWERS_EDITORIAL ;; dimension: playlist_uri { view_label: "Playlist" label:"Playlist URI" type: string sql:${TABLE}.playlist_uri;; description: "Playlist URI" hidden: yes } dimension: followers_latest { view_label: "Playlist" label:"Playlist Followers" type: number sql:${TABLE}.followers_latest;; description: "Latest update from Chartmetric on the number of playlist followers - updated daily" hidden: no } }