-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add dataset location config to BigQuery profile #969
Comments
For users googling, this will solve the error you get when |
…ocation Add 'location' to google bigquery profile (#969)
Is this in now, if so how do I add it to my profile? |
@darrenhaken this is currently unreleased, but will be going out in our Grace Kelly release in January, 2019. You can always consult our Milestones to understand which release a given issue is shipping with. Check the CHANGELOG for links to docs when the code is released |
Has the feature already been released? |
Feature
Feature description
BigQuery doesn't allow data to be transferred between locations (eg.
EU
toUS
). To remedy this, dbt should allow alocation
config in BigQuery profiles. That value should be supplied when creating datasets here.This can be implemented by setting the
location
argument ingoogle.cloud.bigquery.client.Client()
as described here. If I understand this correctly, all subsequent API actions will be location-aware. We will know this works whentable
s fetched from the BQ API have alocation
attribute that is notNone
.The
location
field should be a parameter in a BigQuery profile.Who will this benefit?
BQ users with their data in non-US regions.
The text was updated successfully, but these errors were encountered: