Reputation: 303
We have a Firebase Project setup, with Analytics and export to BigQuery configured.
The integration has been successful and our events are being migrated to BigQuery just fine.
However, we face an issue with the data location set in BigQuery.
Our Firebase project has Default GCP resource location set as eur3 (europe-west). During setting up the integration between Firebase Analytics and BigQuery, we had no option to set any data location.
We can see the location for the dataset is US in BigQuery. I believe BigQuery is now supported in EU data centres, how can we use the EU location rather than US?
Upvotes: 7
Views: 1244
Reputation: 40582
As of late 2021, BigQuery exports for Analytics are now managed in the Google Analytics admin console, and you can specify the data location at setup time or link to an existing BigQuery dataset in the desired region. However, it isn't possible to change the region for an existing dataset.
Also see Klemen's answer, which suggests a risky workaround for migrating existing data. This is not suggested in Google docs, and is unlikely to be supported, but potentially helpful.
Prior to late 2021, Google Analytics for Firebase BigQuery dataset was created in the US, regardless from which location a developer created their Firebase project.
You cannot control the location of Analytics data in general, only BigQuery exports. GA data is distributed across Google data centers.
Upvotes: 0
Reputation: 221
Now there is an option to change location as written bellow
Upvotes: 4