-
Notifications
You must be signed in to change notification settings - Fork 982
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
Added docs for quota project #6054
Added docs for quota project #6054
Conversation
Hello!👋 Thanks for contributing to the dbt product documentation and opening this pull request! ✨ |
@jcarpenter12 is attempting to deploy a commit to the dbt-labs Team on Vercel. A member of the Team first needs to authorize it. |
Please see the two issues referenced in the details for context on this |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jcarpenter12 !
Putting on hold in draft. Can merge when dbt-labs/dbt-bigquery#1345 is complete |
Thanks @matthewshaver for taking a look at this, much appreciated! |
We should add that the |
@mikealfare have updated this PR now to add that |
@matthewshaver not sure if this one can be merged now, as the other PR for the feature was merged into the dbt-bigquery repo a few weeks ago |
Hi @jcarpenter12 Apologies - this got lost in the shuffle. Merging it now |
What are you changing in this pull request and why?
References dbt-labs/dbt-bigquery#1343 dbt-labs/dbt-bigquery#1344
Adding docs to detail changes in PR dbt-labs/dbt-bigquery#1345
This adds detail about how to override the
quota_project
through the dbt profile. It also updates the information regarding the execution project. I believe that the execution project just sets where the BQ job is created and doesn't actually impact where it's billed from (I could be wrong on this, but from my testing I can see that the quota project is set from the environment not from the execution project override currently detailed in the docs).Checklist