Nested Fields
Where can you see BigQuery's nested fields?
Last updated
Where can you see BigQuery's nested fields?
Last updated
Nested fields represent complex data structures within a single column. This allows you to store arrays and structs in a column, enabling more sophisticated data modeling and reducing the need for complex joins.
This is why we have decided to include them in our ingestion to have as much visibility as possible when integrating with BigQuery.
We treat the inner fields as first class columns. These columns have their own popularity and other attributes independent of each other, as they are all treated as separate columns.
When ingesting nested fields, you will be able to see lineage going to/from them.
See the link below for more information on how to navigate through data lineage.
Data Lineage