rajendra ravikrindi
rajendra ravikrindi

Reputation: 101

Bigquery migration from one environment to another environment

We are using Google Bigquery and having multiple Google accounts for different environments say development and production.

Ex: [email protected] - Development environment [email protected] - Production environment.

I don't see any option to migrate tables and views from one environment to another environment. How can we migrate tables and views from the development environment to the production environment?

Upvotes: 1

Views: 1240

Answers (1)

Bharat Mishra
Bharat Mishra

Reputation: 91

In BigQuery web console, click drop down button adjacent to table and select copy table option In copy table you can select projects like Dev, QA, Prod and also Dataset in that project. Table will be copied into the new environment

Picture for copying table

Upvotes: 2

Related Questions