[Feature] Better incremental test with full-expect #10321
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
unit tests
Issues related to built-in dbt unit testing functionality
Is this your first time submitting a feature request?
Describe the feature
When we use incremental tests we are not able to test if the merge happen correctly.
Ex:
One solution would be to let us test a
full-expect
that can test the integrality of the data present after the increment.This could be written as follow:
This would permit us to have non regression test on which someone break the unique key where the merge is done.
Describe alternatives you've considered
No response
Who will this benefit?
Everyone who intent to make non regression tests in the application
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: