-
Notifications
You must be signed in to change notification settings - Fork 106
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
Bump dbt version #31
Bump dbt version #31
Conversation
@jtcohen6 — can you look into this one when you get a chance? |
Okay, I resolved the confusing error and wound up with another weird one. Here's the gist: This is a bug in dbt-utils, and I think it's on me (from refactor to get tests passing in dbt-labs/dbt-utils#267). BigQuery needs this line to be: from {{adapter.quote(database)}}.{{schema_pattern}}.INFORMATION_SCHEMA.TABLES ...sort of. Because information schemas are scoped to the dataset/schema on BQ, not the project/database, we don't really have a way of searching for a schema pattern as we do on the other databases. The utils test passes because we're not using a custom schema there, but we are here ( |
Resolved that issue here |
(Waiting for hub 0.6.1 release before kicking off again) |
I just made a mess in Circle while trying to find the right workflow to rerun. Looks like this works with utils 0.6.1! |
Removed the commit that added the placeholder model and have bumped the lower range of utils |
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.
LGTM
Description & motivation
0.18.0 release
Checklist