Skip to content
New issue

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

Document the known issues when BQ datasets are not in the US #21

Open
fedorov opened this issue Nov 24, 2021 · 2 comments
Open

Document the known issues when BQ datasets are not in the US #21

fedorov opened this issue Nov 24, 2021 · 2 comments

Comments

@fedorov
Copy link
Member

fedorov commented Nov 24, 2021

BQ datasets should be created in the US, otherwise:

  • impossible to query across tables in different regions
  • impossible to copy tables/datasets across some locations/regions
  • error reporting in BQ is terrible and will not allow to figure out the underlying issue
@fedorov
Copy link
Member Author

fedorov commented Nov 24, 2021

Solution to enable copy of datasets (not tables) across regions:

  1. $ gcloud services list --available --project=$MY_PROJECT_ID | grep bigquery
  2. $ 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.

@fedorov
Copy link
Member Author

fedorov commented Nov 24, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant