Skip to content

Commit 210e701

Browse files
authored
[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
1 parent 9343fff commit 210e701

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ venv/
1010
namespaces.yaml
1111
looker-hub/
1212
.env
13-
.vscode
13+
.vscode
14+
.python-version

custom-namespaces.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,3 +1022,26 @@ data_integrity_monitoring:
10221022
tables:
10231023
- table: data-monitoring-dev.dim.dim_muted_alerts
10241024
type: table_view
1025+
relay:
1026+
glean_app: false
1027+
owners:
1028+
1029+
1030+
pretty_name: Firefox Relay
1031+
views:
1032+
subscriptions:
1033+
type: table_view
1034+
subscriptions:
1035+
- table: mozdata.relay.subscriptions
1036+
subscription_events:
1037+
type: table_view
1038+
tables:
1039+
- table: mozdata.relay.subscription_events
1040+
active_subscriptions:
1041+
type: table_view
1042+
tables:
1043+
- table: mozdata.relay.active_subscriptions
1044+
active_subscription_ids:
1045+
type: table_view
1046+
tables:
1047+
- table: mozdata.relay.active_subscription_ids

0 commit comments

Comments
 (0)