google-code-export / google-bigquery

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

Backend error on web interface / browser tool #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am executing a query through the web interface and receiving a backend error. 
The Query is:

SELECT * FROM (TABLE_DATE_RANGE(test_result_views.test_result_, 
timestamp('2014-08-04'),current_timestamp()))

Additional info:
Job ID: 555521688524:job_ZwG09D_quNxbV8_Vj9zG3NNMMBY

Original issue reported on code.google.com by ross.dou...@asimmetric.com on 5 Aug 2014 at 4:07

GoogleCodeExporter commented 9 years ago
Unfortunately this is a problem with the UI, where it doesn't continue to poll 
for query completion on certain types of errors. Your query actually completed 
successfully on the server.

If you see this problem again, you should be able to reload the UI and look in 
your query history. If the query has completed, you can click on "Show Previous 
Results" to see the results of the query.

We'll try to get the UI problem fixed soon!

Original comment by jcon...@google.com on 5 Aug 2014 at 4:14

GoogleCodeExporter commented 9 years ago
Hello 
The error seems not to be a UI error. We are extracting data from Bigquery 
through Tableau (uses API)  and the same error is returned. See below:

The Google BigQuery service experienced an unknown internal error. Please 
report this problem to Google.
Backend Error
Unable to create extract
The Google BigQuery service experienced an unknown internal error. Please 
report this problem to Google.

Original comment by fouadzr...@gmail.com on 5 Aug 2014 at 4:44

GoogleCodeExporter commented 9 years ago
Yes, there's a server-side error that is trigger this particular UI bug, and 
we're looking into that as well. For the UI, you can look in the query history 
to get your results, but I know it's not quite that easy via Tableau.

We're working to resolve the problem as soon as possible. Apologies for the 
inconvenience!

Original comment by jcon...@google.com on 5 Aug 2014 at 4:47