I have noticed one weird problem on BigQuery in last 2-3 days, earlier it was working fine.
I have a bigquery table in a dataset located in EU region. I am running a simple SELECT query on that table and it ran without any issue. Now, I am trying to save that query result into another bigquery table in the same dataset, it is giving below error -
To copy a table, the destination and source datasets must be in the same region. Copy an entire dataset to move data between regions.
Strange part is that, other alternatives are working fine, such as -
- Copying the source table to new table is working fine.
- When I set the destination table in the query setting and run the query then it is able to save the query result into that configured table.
- I ran the query and access the temporary table where BigQuery actually stores the query result and then copy that temporary table to destination table, this is also working.
Not sure why only the save result option is not working, it was working before though.
Anyone has any idea if something has changed on GCP recently?


