view: orch_app_ar_video_product { sql_table_name: orchard_app_reporting_v2.art_relations_prod_art_relations.product_video ;; # dimension: release_id { view_label: "Video Product" description: "Release ID of the Video Product" primary_key: yes type: number sql: ${TABLE}.release_id ;; } dimension: ISRC { view_label: "Video Product" description: "ISRC of the Video Product" type: string sql: ${TABLE}.isrc ;; } dimension: associated_track_id { view_label: "Video Product" description: "Track ID used in the Video Product" type: number sql: ${TABLE}.associated_track_id ;; } dimension: type_of_video { view_label: "Video Product" description: "Video Type" type: string sql: ${TABLE}.type_of_video ;; } }