Any feature in BigQuery that can migrate a whole dataset in another project w/o executing copy data?

前端 未结 4 1245
刺人心
刺人心 2021-02-08 16:08

While our project grows, at some point we realized that we need to create new projects and reorganize our dataset. One case is that we need to isolate one dataset from others in

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-08 16:15

    You can first copy BigQuery dataset to the new project, then delete the original dataset.

    The copy dataset UI is similar to copy table. Just click "copy dataset" button from the source dataset, and specify the destination dataset in the pop-up form. See screenshot below. Check out the public documentation for more use cases.

    Copy dataset button

    Copy dataset form

提交回复
热议问题