argasi / google-bigquery

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

defaultDataset ignored when using TABLE_DATE_RANGE function #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create table MyDataSet.MyTable20140701
2. Do an API call with the following query while specifying the defaultDataset 
property:
SELECT * FROM TABLE_DATE_RANGE(MyTable, TIMESTAMP('2014-07-01'), 
TIMESTAMP('2014-08-01'))

What is the expected output? 
Empty result set

What do you see instead?
Error message: Expected '[project:]dataset.tableprefix' but got only MyTable

What version of the product are you using? On what operating system?
I ran the query directly from API explorer here:
https://developers.google.com/bigquery/docs/reference/v2/jobs/query

Please provide any additional information below.

Original issue reported on code.google.com by igal.d...@papercut.com on 7 Jul 2014 at 7:18

GoogleCodeExporter commented 9 years ago
Thanks! I've filed a bug internally.

Original comment by jcon...@google.com on 7 Jul 2014 at 4:32