Skip to content

Commit 1625d17

Browse files
[Automated] Publish dbt-redshift==1.9.5
2 parents 855d713 + 7845dd7 commit 1625d17

File tree

6 files changed

+35
-21
lines changed

6 files changed

+35
-21
lines changed

dbt-redshift/.changes/1.9.5.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## dbt-redshift 1.9.5 - May 13, 2025
2+
3+
### Features
4+
5+
- Add 'serverless_work_group' and 'serverless_acct_id' params to profile and connection calls ([#919](https://github.com/dbt-labs/dbt-adapters/issues/919))
6+
7+
### Fixes
8+
9+
- fix retry_all exception handling ([#1069](https://github.com/dbt-labs/dbt-adapters/issues/1069))
10+
11+
### Under the Hood
12+
13+
- allow users to declare redshift_connector debug logging via env var ([#1062](https://github.com/dbt-labs/dbt-adapters/issues/1062))
14+
15+
### Contributors
16+
- [@csquire](https://github.com/csquire) ([#919](https://github.com/dbt-labs/dbt-adapters/issues/919))

dbt-redshift/.changes/unreleased/Features-20250429-133335.yaml

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

dbt-redshift/.changes/unreleased/Fixes-20250506-134437.yaml

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

dbt-redshift/.changes/unreleased/Under the Hood-20250502-161914.yaml

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

dbt-redshift/CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ 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.9.5 - May 13, 2025
14+
15+
### Features
16+
17+
- Add 'serverless_work_group' and 'serverless_acct_id' params to profile and connection calls ([#919](https://github.com/dbt-labs/dbt-adapters/issues/919))
18+
19+
### Fixes
20+
21+
- fix retry_all exception handling ([#1069](https://github.com/dbt-labs/dbt-adapters/issues/1069))
22+
23+
### Under the Hood
24+
25+
- allow users to declare redshift_connector debug logging via env var ([#1062](https://github.com/dbt-labs/dbt-adapters/issues/1062))
26+
27+
### Contributors
28+
- [@csquire](https://github.com/csquire) ([#919](https://github.com/dbt-labs/dbt-adapters/issues/919))
29+
30+
1331
## dbt-redshift 1.9.4 - April 28, 2025
1432

1533
### Features
@@ -21,8 +39,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
2139

2240
- `datetime.datetime.utcnow()` is deprecated as of Python 3.12 ([#980](https://github.com/dbt-labs/dbt-adapters/issues/980))
2341

24-
25-
2642
## dbt-redshift 1.9.3 - April 01, 2025
2743

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

0 commit comments

Comments
 (0)