[CT-3129] Ability to test the incremental behavior of models after merge/insert/append/etc has occurred #8664
Labels
enhancement
New feature or request
unit tests
Issues related to built-in dbt unit testing functionality
Description
Ability to test the incremental behavior of models using an incremental strategy that requires partitioning (
insert_overwrite
ordelete+insert
). See #8422.If I have an incremental model that uses a strategy that uses "partitioning":
I should be able to add a unit test to this model and have it work as expected.
Acceptance Criteria
Unit testing of incremental models with
insert_overwrite
ordelete+insert
strategy.Impact to Other Teams
None
Will backports be required?
No
Context
The text was updated successfully, but these errors were encountered: