BigQuery Error: 33652656 | I can't directly contact Google - google-bigquery

I've been trying to connect a CSV I have in Google Drive to a BigQuery table for a week but I've been getting the following error:
"An internal error occurred and the request could not be completed. This is usually caused by a transient issue. Retrying the job with back-off as described in the BigQuery SLA should solve the problem: https://cloud.google.com/bigquery/sla. If the error continues to occur please contact support at https://cloud.google.com/support. Error: 33652656"
Since I have Basic Support I think I can't contact Google directly to report it. What can I do?

If you can generate a version of your sheet/CSV file that demonstrates the issue and is suitable for inclusion in a public issue tracker (e.g. any sensitive info is redacted), posting to the BigQuery public issue tracker may be another path forward.

Related

Problems with Transfer Service from Google Ads to BigQuery

I am having a problem with a data transfer from Google Ads. When I schedule the backfill I get the following error for some dates:
Invalid value: Load configuration must specify at least one source URI
When I check the log inside of the details of execution I get the following message:
Failed to start job for table p_ClickStats_5419416216$20201117 with error INVALID_ARGUMENT: Invalid value: Load configuration must specify at least one source URI
The weird part is that this happens for random dates which I had transfered before in a previous transfer. Did anyone have a problem similar to that?
I had the very same problem with the same error. I was using a free trial account. I shared my project under another account that was an upgraded account with billing set-up (but still with the promotional credits). So far, I have not had the same issue. Try to upgrade your account to one where you set up billing and try the data transfer again. Don't use the purely free trial account. You can share the project to the other account and set it up there, the data transfer. Backfilling for me has also worked and looks like no more duplicate runs either. Maybe free account trial is a limited version.

BigQuery preview: Unknown error response from the server

I'm getting an "Unknown error response from the server" error on a lot of my datasets, when trying to do a preview. I have this already since a couple of days with no workaround to fix it. Do you have any idea, what's happening or how to solve this? Is there a bug tracker for BigQuery or some other way to reach out to the Google Platform staff?
This issue happens due to the request (created during "preview" command) being too large for some tables with a lot of fields. We are implementing a partial solution where we reduce the size of the request. The changes are currently being pushed in all regions (issuetracker).

Cannot Export a Table from BigQuery to Google Cloud Storage

I am trying to export a table from big query to google cloud storage from console/command line. The console job runs for a few minutes and errors out without any error code and the command line job also after running for sometime gives the below error:
BigQuery error in extract operation: Error processing job 'data-flow-experiment:bqjob_r308ff0f73d1820a6_00000157f77e8ab9_1': Backend error. Job aborted.
Job id of the command line is given above.
The billing is enabled for the project and the big query service is also enabled.
Also I get the below error when I try to create a bucket in the Google Cloud Storage:
AccessDeniedException: 403 The account for the specified project is read only.
Though the IAM user I am using has owner access and I have created buckets using this account previously and have also extracted tables in the past.
Please guide.
For the bigquery issue:
Do you happen to have a timestamp column which have out-of-range values (say, far far far into the future)?
If so, you can just wait for two more days, as the fix is

Cannot process data in separate locations

I am trying to load csv file to BigQuery from Google Cloud Storage by WebUI.
But sometimes occurs error.
Error message is "Cannot process data in separate locations".
What does it mean?
And how can I fix it?
This was an unintended consequence of an update to the BigQuery service. We'll provide additional followup on this bug:
https://code.google.com/p/google-bigquery/issues/detail?id=270

“Error: Connection error. Please try again.” when uploading a table

I am trying to upload a json file through the web UI but I am receiving this generic error message: Error: Connection error. Please try again.. Can you please let me know what's wrong.
Job Id = job_VmEiQY0xYPWjjLa-Knaz-C3INNA
Thanks.
It looks like your job encountered a transient error in one of our data centers that prevented us from loading your data into BigQuery. This problem appears to be resolved as of 2014-02-12.
As always, we recommend that you write client code that retries on error. We also recommend that you generate your own job IDs when loading data. That way, if you encounter an error, you can retry with the same job ID and be assured that at most one of your attempts to load the data will succeed.