argasi / google-bigquery

Automatically exported from code.google.com/p/google-bigquery
0 stars 0 forks source link

tables.insert response doesn't include type field when making a view #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using the API programatically create a view using tables.insert.
2.  capture the response.
3. look for the response['type'] field

What is the expected output? What do you see instead?
According to the pydoc: 
https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/
python/latest/bigquery_v2.tables.html#insert
there should be a 'type' string set to 'VIEW'. However there is no field in the 
response called 'type' at the root.

What version of the product are you using? On what operating system?
Using the current Python SDK and API

Please provide any additional information below.
Say hi to Jim and Siddartha for me ;-)

Original issue reported on code.google.com by cla...@inderus.com on 17 Nov 2014 at 11:53

GoogleCodeExporter commented 9 years ago
Thanks for the report, I've forwarded it.

Original comment by e...@google.com on 18 Nov 2014 at 8:16

GoogleCodeExporter commented 9 years ago
This problem has been fixed and the fix will be available soon.

Original comment by ma...@google.com on 24 Nov 2014 at 10:20