0

In the Big Query Data Transfer Service, I have linked Dataset 1 to the Search Ads 360 data transfer. Now I can see 20+ tables in Dataset1. Is it possible to move these 20+ tables to Dataset2 which will be dedicated to Search Ads data.

1 Answers1

1

No, it is not possible to move the 20+ tables from dataset1 to dataset2 in BigQuery. Instead of moving the tables to dataset2, you can create a one time copy of the dataset in supported regions using the Copy Dataset icon or on a customized recurring schedule using BigQuery Data Transfers with Source Type as Dataset Copy. It does not delete any tables in dataset1. It just creates a copy of dataset1 in dataset2. Then, later delete the unwanted tables from dataset1/dataset2 by using the Delete icon or querying. If you want to copy a single table from dataset1 to dataset2, use the Copy icon from the source table. But, the source and destination datasets must be in the same location. See Supported Regions and Copy Dataset for more information.

Vishal K
  • 1,368
  • 1
  • 7
  • 15