view: audits_log { sql_table_name: INTELLIGENCE.QA_YOUTUBE_AUDIT_YOUTUBE_AUDIT.AUDITS_LOG ;; dimension: id { label: "ID" type: string sql: ${TABLE}.id ;; hidden: yes } dimension: audit { label: "Audit" type: string sql: ${TABLE}.audit ;; hidden: yes } dimension: action { label: "Action" type: string sql: ${TABLE}.action ;; } dimension_group: date_created_utc { label: "Created" type: time timeframes: [ day_of_week, date, week, month, quarter, year, time ] sql: ${TABLE}.date_created_utc ;; } dimension_group: date_scheduled_utc { label: "Scheduled" type: time timeframes: [ day_of_week, date, week, month, quarter, year, time ] sql: ${TABLE}.date_scheduled_utc ;; } dimension: details { label: "Details" type: string sql: ${TABLE}.details ;; } dimension: user { label: "User ID" type: string sql: ${TABLE}.user ;; hidden: yes } dimension: row_count { label: "Row Count" type: string sql: ${TABLE}.row_count ;; hidden: yes } }