view: orch_app_ar_track_video { sql_table_name: ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.TRACK_VIDEO ;; dimension: id { type: number primary_key: yes hidden: yes sql: ${TABLE}.id ;; } dimension: color { label: "Color" type: string sql: ${TABLE}.color ;; } dimension: aspect_ratio { label: "Aspect Ratio" type: string sql: ${TABLE}.aspect_ratio ;; } dimension: resolution { label: "Resolution" type: string sql: ${TABLE}.Resolution ;; } dimension: fps { label: "FPS" type: string sql: ${TABLE}.fps ;; } }