view: int_dev_sgraig_sme_latam_distributor { sql_table_name: intelligence.dev_sgraig.sme_latam_distributor ;; dimension: track_isrc { description: "The ISRC of the track" view_label: "Track" type: string sql: ${TABLE}.track_isrc ;; } dimension: artist_name { description: "Artist name corresponding to the track" view_label: "Artist" type: string sql: ${TABLE}.arist_name ;; } dimension: track_name { description: "Track name corresponding to the track" view_label: "Track" type: string sql: ${TABLE}.track_name ;; } dimension: track_is_orchard { description: "Indicates whether the track is distributed by The Orchard" view_label: "Track" type: string sql: ${TABLE}.track_is_orchard ;; } dimension: national_or_international { description: "Indicates whether the track is national or international" view_label: "Track" type: string sql: ${TABLE}.national_or_international ;; } dimension: distributor { description: "Distributor" view_label: "Distributor" type: string sql: ${TABLE}.distributor ;; } dimension: label_name { description: "Label Name" view_label: "Label" type: string sql: ${TABLE}.label_name ;; } }