-
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-2997] Ability to test incremental models #8422
Comments
We need this! We would love to have the functionality to only test the newly added / updated data for incremental models. |
@gshank please pull "Ability to test the incremental behavior of models using incremental strategy that requires partitioning (e.g. insert overwrite in BigQuery)" out into a separate ticket |
2x2 = 4 acceptance tests for us to write as part of implementation:
Discussion:
|
Here's how i'm imagining the spec for
|
Description
We should allow folks to add unit tests to incremental models
Acceptance criteria
More on the above two points in #8275 (reply in thread):
To be moved into a separate issue:
A "current_actual" could define the current state of the model we're incrementing on, testing whether the incrementing works as expected.
The text was updated successfully, but these errors were encountered: