Insert into Nested records in Bigquery
Iam using Bigquery to insert nested records into the table but eventually landed into error scenario. Schema: FieldName Type Mode User STRING NULLABLE Address RECORD REPEATED Address.Name STRING NULLABLE Address.Age…