From ac0100a420b4d7f86de09f4d105a5701c643263b Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:15:40 +0100 Subject: [PATCH] docs: Add delete+insert (#104) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45aa1c8c9..d1711c209 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ The table below shows which dbt and Firebolt features are supported by the adapt | View materializations | :white_check_mark: | | Incremental materializations - append | :white_check_mark: | | Incremental materializations - insert_overwrite | :white_check_mark: | +| Incremental materializations - delete+insert | :white_check_mark: | | Incremental materializations - merge | :x: | | Snapshots | :x: | | Seeds | :white_check_mark: |