originally reported by @MatthewTighe in chat. Example metric: [`recent_synced_tabs.recent_synced_tab_shown`](https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/recent_synced_tabs_recent_synced_tab_shown) [Looker link](https://mozilla.cloud.looker.com/explore/fenix/metrics?f%5Bmetrics.channel%5D=mozdata.org%5E_mozilla%5E_firefox.metrics&fields=metrics.submission_date%2Cmetrics__metrics__labeled_counter__recent_synced_tabs_recent_synced_tab_shown.label%2Cmetrics__metrics__labeled_counter__recent_synced_tabs_recent_synced_tab_shown.count&pivots=metrics__metrics__labeled_counter__recent_synced_tabs_recent_synced_tab_shown.label&toggle=vis) Error: > Query execution failed: - Values referenced in UNNEST must be arrays. UNNEST contains expression of type INT64 at [11:18] In the generated SQL I see: ``` LEFT JOIN UNNEST(NULL) AS metrics__metrics__labeled_counter__recent_synced_tabs_recent_synced_tab_shown ON metrics.document_id = metrics.document_id ``` I think this corresponds to one of these generated LookML parts: * https://github.com/mozilla/looker-hub/blob/824bf61c034522399efbbafe566fd5d5fef10831/fenix/explores/metrics.explore.lkml#L317-L320 * https://github.com/mozilla/looker-hub/blob/main/fenix/views/metrics_table.view.lkml#L2091-L2097 Metrics with static labels, such as [`engine_tab.kills`](https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/engine_tab_kills) seem to work fine ([Looker link](https://mozilla.cloud.looker.com/explore/fenix/metrics?f%5Bmetrics.channel%5D=mozdata.org%5E_mozilla%5E_firefox.metrics&fields=metrics.submission_date%2Cmetrics__metrics__labeled_counter__engine_tab_kills.label%2Cmetrics__metrics__labeled_counter__engine_tab_kills.count&pivots=metrics__metrics__labeled_counter__engine_tab_kills.label&toggle=vis)). cc @scholtzan ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/DENG-563)
originally reported by @MatthewTighe in chat.
Example metric:
recent_synced_tabs.recent_synced_tab_shownLooker link
Error:
In the generated SQL I see:
I think this corresponds to one of these generated LookML parts:
Metrics with static labels, such as
engine_tab.killsseem to work fine (Looker link).cc @scholtzan
┆Issue is synchronized with this Jira Task