google bigquery - Big query returned "Unexpected. Please try again." -


in big query select request python api, 500 error says "unexpected. please try again."

i did same query on bigquery cloud console , worked expected on there.

my job number job_bkcwpwlivdjma5zic0-mre__etu.

i looked job, you're running select * on table produced in non-standard way (it internal google table made available outside researchers). table has data types aren't directly supported bigquery. recollection these tables use packed bytes represent ip addresses. these encoded strings, bigquery gets grumpy when strings aren't able encoded utf8. 1 solution avoid selecting fields if don't need them.

this should fixed sometime within next week; should end not returning fields.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -