From b95e2c96652b7f1e119ea18dae4cfb86e98328ef Mon Sep 17 00:00:00 2001 From: Sean Rose Date: Wed, 5 Feb 2025 16:40:40 -0800 Subject: [PATCH] Add Zoom views (DENG-6964). --- custom-namespaces.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/custom-namespaces.yaml b/custom-namespaces.yaml index f163cb49..3bee7410 100644 --- a/custom-namespaces.yaml +++ b/custom-namespaces.yaml @@ -1960,3 +1960,26 @@ jira_service_desk: type: table_explore views: base_view: user +zoom: + pretty_name: Zoom + connection: bigquery-oauth + owners: + - rantwan@mozilla.com + glean_app: false + views: + meetings: + type: table_view + tables: + - table: mozdata.zoom.meetings + meeting_reports: + type: table_view + tables: + - table: mozdata.zoom.meeting_reports + meeting_participants: + type: table_view + tables: + - table: mozdata.zoom.meeting_participants + users: + type: table_view + tables: + - table: mozdata.zoom.users