-
Notifications
You must be signed in to change notification settings - Fork 161
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 merge exclude tests -- use adapter zone test #227
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-bigquery contributing guide. |
…bt-bigquery into feature/merge-exclude-columns
I assume this will be unpinned and sent back to main before merge? |
@VersusFacit that's the idea! once dbt-core is rocking and rolling, we can unpin and re-test |
@@ -93,5 +93,4 @@ def test__bigquery__incremental_merge_columns(self): | |||
"seed-paths": ["seeds-merge-cols-update"] | |||
}) | |||
self.seed_and_run() | |||
self.assertTablesEqual("incremental_update_cols", "expected_result") | |||
|
|||
self.assertTablesEqual("incremental_update_cols", "expected_result") |
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.
good auto formatting lol
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 (barring the changeback on the dev requirements once we complete hashing out the adapter zone class)
resolves #5260 (dbt-core issue)
Description
This PR adds integration tests for the associated logic change in dbt-core PR #5457
Related PRs:
Checklist
CHANGELOG.md
and added information about my change to the "dbt-bigquery next" section.