Pull to refresh

Comments 2

Why not to run simple query? You can easily join nested objects to parent rows


SELECT ...
FROM FROM `project.dataset.tablename` AS t
LEFT JOIN t.customDimensions tcd
I showed one of the methods that I use myself. For example, you can also use UNNEST or your method.
Sign up to leave a comment.

Articles