Skip to content

Commit 41c7eed

Browse files
[Automated] Publish dbt-redshift==1.10.0b1
2 parents 973b843 + c12aa4a commit 41c7eed

File tree

10 files changed

+45
-2
lines changed

10 files changed

+45
-2
lines changed

dbt-redshift/.changes/1.10.0-b1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## dbt-redshift 1.10.0-b1 - October 07, 2025
2+
3+
### Features
4+
5+
- Support fine grained controls for tcp keepalive settings ([#876](https://github.com/dbt-labs/dbt-adapters/issues/876))
6+
- Add support for scalar functions ([#1291](https://github.com/dbt-labs/dbt-adapters/issues/1291))
7+
8+
### Fixes
9+
10+
- remove retry_all from add_query and set backoff so it actually backs off ([#1095](https://github.com/dbt-labs/dbt-adapters/issues/1095))
11+
- fix macro naming get_delete_insert_merge_sql ([#1032](https://github.com/dbt-labs/dbt-adapters/issues/1032))
12+
- update alter_relation_add_remove_columns to quote column names ([#63](https://github.com/dbt-labs/dbt-adapters/issues/63))
13+
- Fix references to function properties in function macros ([#1365](https://github.com/dbt-labs/dbt-adapters/issues/1365))
14+
15+
### Under the Hood
16+
17+
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
18+
19+
### Contributors
20+
- [@luis-garza-dev](https://github.com/luis-garza-dev) ([#876](https://github.com/dbt-labs/dbt-adapters/issues/876))
21+
- [@peterallenwebb](https://github.com/peterallenwebb) ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))

dbt-redshift/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ 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-redshift 1.10.0-b1 - October 07, 2025
14+
15+
### Features
16+
17+
- Support fine grained controls for tcp keepalive settings ([#876](https://github.com/dbt-labs/dbt-adapters/issues/876))
18+
- Add support for scalar functions ([#1291](https://github.com/dbt-labs/dbt-adapters/issues/1291))
19+
20+
### Fixes
21+
22+
- remove retry_all from add_query and set backoff so it actually backs off ([#1095](https://github.com/dbt-labs/dbt-adapters/issues/1095))
23+
- fix macro naming get_delete_insert_merge_sql ([#1032](https://github.com/dbt-labs/dbt-adapters/issues/1032))
24+
- update alter_relation_add_remove_columns to quote column names ([#63](https://github.com/dbt-labs/dbt-adapters/issues/63))
25+
- Fix references to function properties in function macros ([#1365](https://github.com/dbt-labs/dbt-adapters/issues/1365))
26+
27+
### Under the Hood
28+
29+
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
30+
31+
### Contributors
32+
- [@luis-garza-dev](https://github.com/luis-garza-dev) ([#876](https://github.com/dbt-labs/dbt-adapters/issues/876))
33+
- [@peterallenwebb](https://github.com/peterallenwebb) ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
34+
35+
1336
## dbt-redshift 1.9.5 - May 13, 2025
1437

1538
### Features
@@ -27,7 +50,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
2750
### Contributors
2851
- [@csquire](https://github.com/csquire) ([#919](https://github.com/dbt-labs/dbt-adapters/issues/919))
2952

30-
3153
## dbt-redshift 1.9.4 - April 28, 2025
3254

3355
### Features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.5"
1+
version = "1.10.0b1"

0 commit comments

Comments
 (0)