Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Data studio can't find the bigquery dataset after moving to a different location

I have changed the location of several datasets in bigquery. The final names have not been changed after the operation.

I can query them in the bigquery UI but data studio is raising an error (BigQuery error: Not found: Dataset xxx:yyy)

It seems that data studio is not changing the processing location.

Is there a fix or solution for this?

like image 891
David Morales de Frias Avatar asked Oct 28 '25 14:10

David Morales de Frias


2 Answers

Here is how I solved this bug without breaking my dashboards.

  1. Click on "Resource" -> "Manage added data sources";
  2. Find the data source that you need to reconnect and "Edit" it;
  3. Click on "Edit Connection" on top-left;
  4. Click on "Custom Query" and use this template: SELECT * FROM `{project}.{dataset}.{table}`
  5. Click on "Reconnect";

By doing this, you can preserve all your fields & tables.

After that, you can use it just like that or move back to selecting the dataset and table and reconnect again.

like image 112
Ewerton Avatar answered Oct 30 '25 14:10

Ewerton


"Reconnect" works when you connect a new table and then back to the previous table.

like image 25
Андрій Пинда Avatar answered Oct 30 '25 14:10

Андрій Пинда



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!