-
Notifications
You must be signed in to change notification settings - Fork 208
bigquery storage_uri updates #1129
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
bigquery storage_uri updates #1129
Conversation
This reverts commit fb37975.
…orage_uri handling
|
Thank you for your pull request! We could not find a changelog entry for this change in the dbt-adapters package. For details on how to document a change, see the Contributing Guide. |
|
Thank you for your pull request! We could not find a changelog entry for this change in the dbt-bigquery package. For details on how to document a change, see the Contributing Guide. |
|
Thank you for your pull request! We could not find a changelog entry for this change in the dbt-tests-adapter package. For details on how to document a change, see the Contributing Guide. |
|
Thank you for your pull request! We could not find a changelog entry for this change in the dbt-snowflake package. For details on how to document a change, see the Contributing Guide. |
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.
One and a half concerns and one nit.
Split off file_format + base testing into: #1134
BigQuery Catalog Config will now support the following:
we then generate
storage_uribased like"<external_volume>/_dbt/<schema>/<model>"Model Config will now support changing this behavor
Full override via specifying
storage_uri:OR
mirroring the functionality in dbt-snowflake, override the
_dbtsignifier withbase_location_root:dependent on: dbt-labs/dbt-core#11695
resolves #
docs dbt-labs/docs.getdbt.com/#
Problem
Solution
Checklist