-
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
convert 038_caching_tests #6612
Conversation
Wait to merge until::
|
self.assertEqual(relation.inner.schema, self.unique_schema()) | ||
self.assertEqual(relation.schema, self.unique_schema().lower()) | ||
|
||
self.run_dbt(['run']) |
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.
If I followed this logic right: This second run was not actually re-returning the adapter, so relation
and second_relation
were being pulled from the same adapter.cache.relations
, and we were just asserting equality between pointers to the same object in memory.
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.
Mostly LGTM, few minor comments.
No need for re-review.
@aranke Thanks for the review! I'll merge in as soon as all's green |
a1ebcc1
to
0f65624
Compare
resolves #5951
Adapter PRs
Checklist
I have runchangie new
to create a changelog entry