You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix Snapshot to avoid inserting redundant entries for records already marked as deleted ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
Copy file name to clipboardExpand all lines: dbt-adapters/CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
10
10
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
11
11
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
12
12
13
+
## dbt-adapters 1.16.1 - July 10, 2025
14
+
15
+
### Fixes
16
+
17
+
- Fix Snapshot to avoid inserting redundant entries for records already marked as deleted ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
0 commit comments