Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zoom views (DENG-6964) #1159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions custom-namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1960,3 +1960,26 @@ jira_service_desk:
type: table_explore
views:
base_view: user
zoom:
pretty_name: Zoom
connection: bigquery-oauth
owners:
- [email protected]
glean_app: false
views:
meetings:
type: table_view
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to also generate table_explores for these?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My plan is to have one main "meetings" explore joining several of these views together, and a "users" explore just on the users view. So while I could add a table_explore for the latter here, I figured since I'll be needing to do a looker-spoke-default PR for the other explore I'd just do both that way.

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