view: audits_groups { sql_table_name: INTELLIGENCE.QA_YOUTUBE_AUDIT_YOUTUBE_AUDIT.AUDITS_GROUPS ;; dimension: id { label: "Group ID" type: string sql: ${TABLE}.id ;; hidden: yes } dimension: user { label: "User ID" type: string sql: ${TABLE}.user ;; hidden: yes } dimension: label_id { label: "Label ID" type: string sql: ${TABLE}.label_id ;; } dimension: label_name { label: "Label Name" type: string sql: ${TABLE}.label_name ;; } dimension: error { label: "Error" type: string sql: ${TABLE}.error ;; } dimension_group: date_archived_utc { label: "Archived" type: time timeframes: [ day_of_week, date, week, month, quarter, year, time ] sql: ${TABLE}.date_archived_utc ;; } }