Hey, question around nested fields from BigQuery. Is it possible to use these? I've been playing around and haven't had much luck.
In SQL, I would do something like
SELECT *
FROM `asana_task_tracking`, UNNEST(labels) as label
But I'm curious if non SQL users could use these values and filter by them. Am I missing something or is the functionality not there?
If it's not possible, what would be the best way to filter by these values? Turn the field into a simple json {label1, label2, label3} and just use "contains"?
Based on docs/developers-guide/driver-changelog.md having the change in 0.51, I am going to assume this functionality will be available in Metabase 0.51