Reputation: 101
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
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
Upvotes: 2