katopz
katopz

Reputation: 671

BigQuery return Unknown error after create table name with '_ads` suffix

enter image description here

  1. I try both API and GUI to create this empty table and they both failed.
  2. I create many tables via API just fine but only this name organizes_ads has a problem.
  3. Same create process and schema can create organizes_ads_0 but not organizes_ads.
  4. If I try to get this table via API it will return.
{"error":{"code":-1,"message":"A network error occurred, and the request could not be completed."}}

I tend to use this name because it's a replicated table name from other source, so it will be weird if I have to hard code to use other name for workaround.

[UPDATE] I also found that any table name with suffix _ads will be broken (so nothing wrong with schema).

enter image description here

Upvotes: 2

Views: 1775

Answers (1)

Damião Martins
Damião Martins

Reputation: 1849

This error could be caused by an AdBlocker.

I created a table with _ads suffix and when enabled the AdBlocker I got the same error: Unknown error response from the server.

Upvotes: 6

Related Questions