Skip to content

Commit a679948

Browse files
[Automated] Publish dbt-adapters==1.17.3
2 parents ee910c3 + adf555c commit a679948

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

dbt-adapters/.changes/1.17.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## dbt-adapters 1.17.3 - October 20, 2025
2+
3+
### Under the Hood
4+
5+
- Remove `catalog` from `RelationConfig` protocol and update base build_catalog_relation to obtain catalog_name from node config ([#1376](https://github.com/dbt-labs/dbt-adapters/issues/1376))
6+
- Record all fields in subclasses of BaseColumns when recording adapter.get_columns_in_relation ([#1383](https://github.com/dbt-labs/dbt-adapters/issues/1383))

dbt-adapters/.changes/unreleased/Under the Hood-20251008-162209.yaml

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

dbt-adapters/.changes/unreleased/Under the Hood-20251010-153203.yaml

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

dbt-adapters/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,21 @@ 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.17.3 - October 20, 2025
14+
15+
### Under the Hood
16+
17+
- Remove `catalog` from `RelationConfig` protocol and update base build_catalog_relation to obtain catalog_name from node config ([#1376](https://github.com/dbt-labs/dbt-adapters/issues/1376))
18+
- Record all fields in subclasses of BaseColumns when recording adapter.get_columns_in_relation ([#1383](https://github.com/dbt-labs/dbt-adapters/issues/1383))
19+
20+
21+
1322
## dbt-adapters 1.17.2 - October 02, 2025
1423

1524
### Fixes
1625

1726
- Fix referenced function property names in function macros ([#1365](https://github.com/dbt-labs/dbt-adapters/issues/1365))
1827

19-
20-
2128
## dbt-adapters 1.17.1 - October 01, 2025
2229

2330
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.17.2"
1+
version = "1.17.3"

0 commit comments

Comments
 (0)