Skip to content

Commit 008aebc

Browse files
[Automated] Generate changelog for 1.15
1 parent cd89625 commit 008aebc

File tree

7 files changed

+32
-31
lines changed

7 files changed

+32
-31
lines changed

dbt-adapters/.changes/1.15.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## dbt-adapters 1.15 - May 19, 2025
2+
3+
### Features
4+
5+
- Overridable default query comment append behavior ([#1065](https://github.com/dbt-labs/dbt-adapters/issues/1065))
6+
7+
### Fixes
8+
9+
- Respect the `limit` config when storing test failures ([#373](https://github.com/dbt-labs/dbt-adapters/issues/373))
10+
- Keep `limit` as a required parameter in `get_test_sql` ([#1051](https://github.com/dbt-labs/dbt-adapters/issues/1051))
11+
- Fix an issue with snapshots in new_record mode when check columns are used. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
12+
13+
### Under the Hood
14+
15+
- Keep table and column metadata as strings ([#1056](https://github.com/dbt-labs/dbt-adapters/issues/1056))

dbt-adapters/.changes/unreleased/Features-20250506-110909.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/.changes/unreleased/Fixes-20250426-190518.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/.changes/unreleased/Fixes-20250501-150241.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/.changes/unreleased/Fixes-20250506-150345.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/.changes/unreleased/Under the Hood-20250502-115115.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,25 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1010
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
1111
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
1212

13-
## dbt-adapters 1.14.8 - April 25, 2025
13+
## dbt-adapters 1.15 - May 19, 2025
14+
15+
### Features
16+
17+
- Overridable default query comment append behavior ([#1065](https://github.com/dbt-labs/dbt-adapters/issues/1065))
18+
19+
### Fixes
1420

21+
- Respect the `limit` config when storing test failures ([#373](https://github.com/dbt-labs/dbt-adapters/issues/373))
22+
- Keep `limit` as a required parameter in `get_test_sql` ([#1051](https://github.com/dbt-labs/dbt-adapters/issues/1051))
23+
- Fix an issue with snapshots in new_record mode when check columns are used. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
1524

25+
### Under the Hood
26+
27+
- Keep table and column metadata as strings ([#1056](https://github.com/dbt-labs/dbt-adapters/issues/1056))
28+
29+
30+
31+
## dbt-adapters 1.14.8 - April 25, 2025
1632

1733
## dbt-adapters 1.14.7 - April 24, 2025
1834

0 commit comments

Comments
 (0)