Open
Description
Describe the bug
I have a BigQuery dataset that is EU based, when creating a Pre-Aggregation, the table is created in the US region, therefore, when trying to run the Pre-Aggregation query, the main dataset can't be found.
To Reproduce
Steps to reproduce the behavior:
- Have an EU dataset
- Create a simple Pre-Aggregation
- Build with the Pre-Aggregation as a measure
- See error
Dataset was not found in location US
Expected behavior
When creating a Pre-Aggregation, the Pre-Aggregation table must be created in the same region as the provided dataset.
Version:
0.11.16
Additional context
I've delete the table that was created in the US and created it with the same name in the EU and the queries worked.