We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BQ datasets should be created in the US, otherwise:
The text was updated successfully, but these errors were encountered:
Solution to enable copy of datasets (not tables) across regions:
$ gcloud services list --available --project=$MY_PROJECT_ID | grep bigquery
$ gcloud services enable bigquerydatatransfer.googleapis.com --project=$MY_PROJECT_ID
Then need to re-initiate copy of the dataset, and give permissions to the BQ Data Transfer tool.
Sorry, something went wrong.
Relevant docs https://cloud.google.com/bigquery/docs/copying-datasets
No branches or pull requests
BQ datasets should be created in the US, otherwise:
The text was updated successfully, but these errors were encountered: