google api - How to stream repeated fields into bigquery for non-records? -


i'm streaming data google bigquery. have repeated field, i'm receiving following error:

[{"errors"=[     {"debuginfo"="generic::invalid_argument: field not record.",       "location"="hashtags",       "message"="this field not record.",       "reason"="invalid"}],    "index"=0}] 

the schema contains:

..., {   "name": "hashtags",   "type": "string",   "mode": "repeated" } 

i'm passing list of strings hashtags in json i'm sending.

what's going wrong , how can fix it? don't want have make single-field value record.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

unity3d - Fatal error- Monodevelop-Unity failed to start -