view: dt_artist_similarity_accounting { sql_table_name: INTELLIGENCE.DBT_PROD.DT_ARTIST_SIMILARITY_ACCOUNTING ;; dimension: artist_id { type: number sql: ${TABLE}.artistid ;; primary_key: yes hidden: yes } dimension: country { type: string sql: ${TABLE}.countryname ;; } dimension: store { type: string sql: ${TABLE}.storename ;; } measure: streams { type: average sql: ${TABLE}.streams ;; value_format: "#,##0" } }