Skip to content

Commit 8fbe9fc

Browse files
[Automated] Publish dbt-adapters==1.16.6
2 parents 99e9377 + 3b0e237 commit 8fbe9fc

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

dbt-adapters/.changes/1.16.6.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-adapters 1.16.6 - September 03, 2025
2+
3+
### Under the Hood
4+
5+
- Record adapter.add_query as Available record ([#1285](https://github.com/dbt-labs/dbt-adapters/issues/1285))
6+
- Record adapter.list_relations_without_caching as Available record ([#1308](https://github.com/dbt-labs/dbt-adapters/issues/1308))
7+
8+
### Contributors
9+
- [@jasonlin45](https://github.com/jasonlin45) ([#1308](https://github.com/dbt-labs/dbt-adapters/issues/1308))

dbt-adapters/.changes/unreleased/Under the Hood-20250826-125243.yaml

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

dbt-adapters/.changes/unreleased/Under the Hood-20250902-145356.yaml

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

dbt-adapters/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,23 @@ 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.16.6 - September 03, 2025
14+
15+
### Under the Hood
16+
17+
- Record adapter.add_query as Available record ([#1285](https://github.com/dbt-labs/dbt-adapters/issues/1285))
18+
- Record adapter.list_relations_without_caching as Available record ([#1308](https://github.com/dbt-labs/dbt-adapters/issues/1308))
19+
20+
### Contributors
21+
- [@jasonlin45](https://github.com/jasonlin45) ([#1308](https://github.com/dbt-labs/dbt-adapters/issues/1308))
22+
23+
1324
## dbt-adapters 1.16.5 - August 19, 2025
1425

1526
### Fixes
1627

1728
- Correct column mapping lookup in unit test macro ([#1273](https://github.com/dbt-labs/dbt-adapters/issues/1273))
1829

19-
20-
2130
## dbt-adapters 1.16.4 - August 15, 2025
2231

2332
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.16.5"
1+
version = "1.16.6"

0 commit comments

Comments
 (0)