Skip to content

Commit 3f6ee92

Browse files
[Automated] Publish dbt-tests-adapter==1.17.0
2 parents 152a60d + cc800b9 commit 3f6ee92

File tree

7 files changed

+39
-27
lines changed

7 files changed

+39
-27
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## dbt-tests-adapter 1.17.0 - July 29, 2025
2+
3+
### Features
4+
5+
- Add test for scenario where soure/target relations are the same ([#1198](https://github.com/dbt-labs/dbt-adapters/issues/1198))
6+
- Add BaseSnapshotEphemeralHardDeletes test ([#1201](https://github.com/dbt-labs/dbt-adapters/issues/1201))
7+
8+
### Fixes
9+
10+
- Fix test suite simple_snapshot/test_various_configs import path ([#972](https://github.com/dbt-labs/dbt-adapters/issues/972))
11+
12+
### Under the Hood
13+
14+
- Improve test coverage for snapshots with new record mode ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
15+
16+
### Contributors
17+
- [@99Lys](https://github.com/99Lys) ([#972](https://github.com/dbt-labs/dbt-adapters/issues/972))
18+
- [@lpillmann](https://github.com/lpillmann) ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))

dbt-tests-adapter/.changes/unreleased/Features-20250714-104451.yaml

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

dbt-tests-adapter/.changes/unreleased/Features-20250715-131036.yaml

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

dbt-tests-adapter/.changes/unreleased/Fixes-20250718-173737.yaml

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

dbt-tests-adapter/.changes/unreleased/Under the Hood-20250627-092211.yaml

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

dbt-tests-adapter/CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,31 @@ 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-tests-adapter 1.16.0 - June 04, 2025
13+
## dbt-tests-adapter 1.17.0 - July 29, 2025
1414

1515
### Features
1616

17-
- Add BaseCatalogIntegrationValidation to support catalog integration testing ([#1134](https://github.com/dbt-labs/dbt-adapters/issues/1134))
17+
- Add test for scenario where soure/target relations are the same ([#1198](https://github.com/dbt-labs/dbt-adapters/issues/1198))
18+
- Add BaseSnapshotEphemeralHardDeletes test ([#1201](https://github.com/dbt-labs/dbt-adapters/issues/1201))
19+
20+
### Fixes
21+
22+
- Fix test suite simple_snapshot/test_various_configs import path ([#972](https://github.com/dbt-labs/dbt-adapters/issues/972))
23+
24+
### Under the Hood
1825

26+
- Improve test coverage for snapshots with new record mode ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
1927

28+
### Contributors
29+
- [@99Lys](https://github.com/99Lys) ([#972](https://github.com/dbt-labs/dbt-adapters/issues/972))
30+
- [@lpillmann](https://github.com/lpillmann) ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
31+
32+
33+
## dbt-tests-adapter 1.16.0 - June 04, 2025
34+
35+
### Features
36+
37+
- Add BaseCatalogIntegrationValidation to support catalog integration testing ([#1134](https://github.com/dbt-labs/dbt-adapters/issues/1134))
2038

2139
## dbt-tests-adapter 1.15.1 - May 28, 2025
2240

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.16.0"
1+
version = "1.17.0"

0 commit comments

Comments
 (0)