Nested/Repeated Fields from BigQuery in the GUI Editor?

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"?

Screenshot 2024-09-17 at 11.03.19 AM

Yeah, or a text field type

What about this?

I've been trying to find docs but no luck so far

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