From 210e701b2889ed07347b10daa4636d1da2b7734e Mon Sep 17 00:00:00 2001 From: Yeonjoo Yoo Date: Wed, 11 Jan 2023 19:57:56 -0500 Subject: [PATCH] [DS-2284]Adding Relay tables to custom-namespace.yaml for Relay SaaSboard (#590) * added a python-version file in gitignore * added relay tables to custom namespaces --- .gitignore | 3 ++- custom-namespaces.yaml | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2898d6a7..702a7255 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ venv/ namespaces.yaml looker-hub/ .env -.vscode \ No newline at end of file +.vscode +.python-version \ No newline at end of file diff --git a/custom-namespaces.yaml b/custom-namespaces.yaml index 43348c48..7d88fbb8 100644 --- a/custom-namespaces.yaml +++ b/custom-namespaces.yaml @@ -1022,3 +1022,26 @@ data_integrity_monitoring: tables: - table: data-monitoring-dev.dim.dim_muted_alerts type: table_view +relay: + glean_app: false + owners: + - srose@mozilla.com + - ysmith@mozilla.com + pretty_name: Firefox Relay + views: + subscriptions: + type: table_view + subscriptions: + - table: mozdata.relay.subscriptions + subscription_events: + type: table_view + tables: + - table: mozdata.relay.subscription_events + active_subscriptions: + type: table_view + tables: + - table: mozdata.relay.active_subscriptions + active_subscription_ids: + type: table_view + tables: + - table: mozdata.relay.active_subscription_ids