[Feature] new configuration to run tests on only the "new" data for snapshots and incremental models #10877
Labels
enhancement
New feature or request
paper_cut
A small change that impacts lots of users in their day-to-day
Describe the feature
A more general solution for #10236 and #10864 and dbt-labs/dbt-snowflake#1198
Folks want to be able to test just their "new" data before it's inserted into their existing table. This is relevant for:
For example, you may want to test that your
unique_key
is actually unique for the "new" data. If that test fails don't insert the "new" data into the existing table.We should create a new data test configuration to allow you to configure a given data to only run on the "new" data.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: