-
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
[CT-281] Make obsolete the test compare tables code now in core/dbt/tests/tables.py #4778
Comments
In particular, there's a lot of overlap between what's in
Other current sources of jankiness, worth a second pass:
|
work items:
BigQuery will be a bit of a challenge |
Comment in wrong pr. |
@gshank, my comment from estimation? where does it belong? |
Oh, you're asking about my "Comment in wrong pr." comment? That was my mistake. I put a comment here that belonged in a different PR, but github wouldn't let me remove all the text, so I just put that in... Had nothing to do with your comment :) |
As part of the conversion to switching from unittest to pytest, the code in test/integration/base.py that implements the five table comparison assertions was pulled into a separate file, core/dbt/tests/tables.py. There are better ways to do this, including using macros and data tests.
Implement the table comparisons in a more dbt-like way, update the new pytest tests to use it, and remove dbt.tests.tables.
The text was updated successfully, but these errors were encountered: