Skip to content
Advertisement

Insert into Nested records in Bigquery

Iam using Bigquery to insert nested records into the table but eventually landed into error scenario.

Schema:

Code:

with the above code, I couldn’t able to load the values into table. Please help me by letting know how exactly we can pass values into nested records.

Advertisement

Answer

Try below instead

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement