Skip to content

Commit c8478a3

Browse files
committed
Fix location for crashes_daily looker view
1 parent f651705 commit c8478a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom-namespaces.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ search:
140140
type: table_view
141141
tables:
142142
- table: mozdata.analysis.desktop_search_alert_latest_daily
143-
desktop_crashes_daily:
144-
type: table_view
145-
tables:
146-
- table: mozdata.telemetry.crashes_daily
147143
explores:
148144
desktop_search_counts:
149145
type: ping_explore
@@ -554,6 +550,10 @@ firefox_desktop:
554550
type: table_view
555551
tables:
556552
- table: mozdata.telemetry.newtab_interactions
553+
crashes_daily:
554+
type: table_view
555+
tables:
556+
- table: mozdata.telemetry.crashes_daily
557557
explores:
558558
client_counts:
559559
type: client_counts_explore

0 commit comments

Comments
 (0)