Flattening JSON arrays in BigQuery
I've noticed that a new JSON function has been added (in Preview) in BigQuery SQL - JSON_FLATTEN().
It allows us to flatten JSON arrays and return a single flat ARRAY, no matter how many nested levels there are.
So where is this actually useful?➡️ Ha...
datawise.dev1 min read