view: dt_track_artist_by_type { sql_table_name: INTELLIGENCE.DBT_PROD.DT_TRACK_ARTIST_BY_TYPE ;; dimension: tuid { type: number sql: ${TABLE}.tuid ;; primary_key: yes hidden: yes } dimension: primary_artists { type: string sql: ${TABLE}.primary_artists ;; view_label: "Track" label: "Primary Artist(s)" group_label: "Track Artists" } dimension: composers { type: string sql: ${TABLE}.composers ;; view_label: "Track" label: "Composer(s)" group_label: "Track Artists" } dimension: producers { type: string sql: ${TABLE}.producers ;; view_label: "Track" label: "Producer(s)" group_label: "Track Artists" } dimension: remixers { type: string sql: ${TABLE}.remixers ;; view_label: "Track" label: "Remixer(s)" group_label: "Track Artists" } dimension: featuring { type: string sql: ${TABLE}.featuring ;; view_label: "Track" label: "Featuring(s)" group_label: "Track Artists" } }