view: dt_itunes_album_preorders { sql_table_name: INTELLIGENCE.DBT_PROD.DT_ITUNES_ALBUM_PREORDERS ;; dimension: upc { type: number sql: ${TABLE}.upc ;; primary_key: yes hidden: yes } measure: album_preorders { type: sum sql: ${TABLE}.album_preorders ;; label: "iTunes Album Preorders (Count)" } }