-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Incremental Merge Strategy (#228)
### Summary Add implementation for merge functionality when using an incremental materialization. ### Description Dremio supports both merge and append now. More details on how to use merge strategies can be found here: https://docs.getdbt.com/docs/build/incremental-strategy#strategy-specific-configs. ### Test Results Only ran incremental tests as the new changes don't impact other parts of the adapter. ### Changelog - [x] Added a summary of what this PR accomplishes to CHANGELOG.md ### Related Issue (#224)
- Loading branch information
1 parent
04900e6
commit 8a295da
Showing
5 changed files
with
141 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8a295da
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a date on when this will be added to the latest version? Anxious to use it.