File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1986,22 +1986,6 @@ description = "Urlbar Events Clients Daily"
19861986submission_date_column = " submission_date"
19871987experiments_column_type = " native"
19881988
1989- [data_sources .urlbar_events_unnested_results ]
1990- from_expression = """ (
1991- SELECT
1992- e.* EXCEPT (results),
1993- result
1994- FROM
1995- `moz-fx-data-shared-prod.firefox_desktop.urlbar_events` e
1996- CROSS JOIN
1997- UNNEST(e.results) AS result
1998- )"""
1999- friendly_name = " Urlbar Events with Unnested Results"
2000- description = " Urlbar Events table with the list of displayed results unnested"
2001- submission_date_column = " submission_date"
2002- client_id_column = " legacy_telemetry_client_id"
2003- experiments_column_type = " native"
2004-
20051989[data_sources .serp_events ]
20061990from_expression = " mozdata.firefox_desktop.serp_events"
20071991friendly_name = " SERP Events"
You can’t perform that action at this time.
0 commit comments