view: int_prod_vw_artist_identifier { sql_table_name: intelligence.prod.vw_artist_identifer ;; dimension: upc { label: "UPC" type: number sql: ${TABLE}.upc ;; value_format: "0" } dimension: artist_info_id { type: number sql: ${TABLE}.artist_info_id ;; value_format: "0" } dimension: artist_type { type: string sql: ${TABLE}.artist_type ;; } dimension: local_table_id { type: number sql: ${TABLE}.local_table_id ;; value_format: "0" } dimension: artist_name { type: string sql: ${TABLE}.artist_name ;; } }