We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNNEST(NULL)
originally reported by @MatthewTighe in chat.
Example metric: recent_synced_tabs.recent_synced_tab_shown
recent_synced_tabs.recent_synced_tab_shown
Looker link
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:
Metrics with static labels, such as engine_tab.kills seem to work fine (Looker link).
engine_tab.kills
cc @scholtzan
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
No branches or pull requests
originally reported by @MatthewTighe in chat.
Example metric:
recent_synced_tabs.recent_synced_tab_shown
Looker 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.kills
seem to work fine (Looker link).cc @scholtzan
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: