Skip to content

Commit

Permalink
[DS-2284]Adding Relay tables to custom-namespace.yaml for Relay SaaSb…
Browse files Browse the repository at this point in the history
…oard (#590)

* added a python-version file in gitignore

* added relay tables to custom namespaces
  • Loading branch information
YeonjooSmith authored Jan 12, 2023
1 parent 9343fff commit 210e701
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ venv/
namespaces.yaml
looker-hub/
.env
.vscode
.vscode
.python-version
23 changes: 23 additions & 0 deletions custom-namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,3 +1022,26 @@ data_integrity_monitoring:
tables:
- table: data-monitoring-dev.dim.dim_muted_alerts
type: table_view
relay:
glean_app: false
owners:
- [email protected]
- [email protected]
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

0 comments on commit 210e701

Please sign in to comment.