BigQuery finished returning a 404 job when retrieving query results (immediately after)

We run a set of requests within a 2 hour interval that has been running for a week now, no problem. Recently at 2015-06-04 00:00:26 UTC we had a job (job_OY8G2_I-F6dbXFW93GdB94wc_W0) marked as done, but we got an HTTP 404 exception when trying to get the query results.

I understand that the results only last 24 hours, but in this case, the query results are obtained immediately after the job status is "DONE".

bq wait job_OY8G2_I-F6dbXFW93GdB94wc_W0 also states that the job was successful.

Is this a situation we have to code for (for example, wait for the job to complete and then execute a test query to make sure the results can be accessed before browsing the pages and resubmitting the entire job to 404?)

+3


source to share


1 answer


There was a small period yesterday (June 3) where a small percentage of BigQuery requests were rejected with a 404 response. It should have cleared up at around 8pm PT.

This was due to an issue with a configuration change that was discovered before it was widely deployed but took a while to reverse.



Pentium10, if you've seen something like this before, is probably not related.

+2


source







All Articles