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?
Experiencing the same error, it started at 12.28UTC and it's still on-going now (30 minutes later).