argasi / google-bigquery

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

View column names are not the same in metadata #216

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The view; sandbox.test_google_bug on project; stone-outpost-636 has the 
columns; event_start_date, event_end_date in the query part however in the 
metadata they are showing as; event_start_date_usec, event_end_date_usec.

The show stopper is that our api gathers the schema information from the 
metadata then queries the table based on those columns like; SELECT 
event_start_date_usec, event_end_date_usec FROM [sandbox.test_google_bug]

As expected, this query fails to execute.

We would appreciate if you can expedite this issue.

Original issue reported on code.google.com by bnemu...@zulily.com on 5 Feb 2015 at 11:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Similar issue opened at 
https://code.google.com/p/google-bigquery/issues/detail?id=142

Original comment by luxia...@gmail.com on 10 Feb 2015 at 10:46