Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

BigQuery 503 backendError

Getting an error when inserting into BigQuery from Snowplow scala app. The status page is not showing any outages: https://status.cloud.google.com/regional/europe 

Error:

 

Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 Service Unavailable
POST https://www.googleapis.com/bigquery/v2/projects/xxx-xxx/datasets/xxx/tables/events/insertAll?prettyPrint=false
{
  "code" : 503,
  "errors" : [ {
    "domain" : "global",
    "message" : "Service is unavailable. Please retry.",
    "reason" : "backendError"
  } ],
  "message" : "Service is unavailable. Please retry.",
  "status" : "UNAVAILABLE"
}

 

Any ideas?

2 1 166
1 REPLY 1

Experiencing the same error, it started at 12.28UTC and it's still on-going now (30 minutes later).