Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.9.0_12248813118 into target 1.9.lat…
Browse files Browse the repository at this point in the history
…est during release process
  • Loading branch information
FishtownBuildBot authored Dec 10, 2024
2 parents 585a096 + a226451 commit 856da47
Show file tree
Hide file tree
Showing 23 changed files with 16 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.0rc1
current_version = 1.9.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
16 changes: 0 additions & 16 deletions .changes/1.9.0-rc1.md

This file was deleted.

9 changes: 8 additions & 1 deletion .changes/1.9.0-b1.md → .changes/1.9.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## dbt-spark 1.9.0-b1 - October 01, 2024
## dbt-spark 1.9.0 - December 10, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#1121](https://github.com/dbt-labs/dbt-spark/issues/1121))

### Features

Expand All @@ -7,6 +11,7 @@
- Allow configuring snapshot column names ([#1096](https://github.com/dbt-labs/dbt-spark/issues/1096))
- Support custom ODBC connection parameters via `connection_string_suffix` config ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
- Add Microbatch Strategy to dbt-spark ([#1109](https://github.com/dbt-labs/dbt-spark/issues/1109))
- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112))

### Fixes

Expand All @@ -15,6 +20,7 @@
### Under the Hood

- Lazy load agate to improve performance ([#1049](https://github.com/dbt-labs/dbt-spark/issues/1049))
- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))

### Dependencies

Expand All @@ -28,4 +34,5 @@

### Contributors
- [@jpoley](https://github.com/jpoley) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))
- [@nilan3](https://github.com/nilan3) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
6 changes: 0 additions & 6 deletions .changes/1.9.0/Breaking Changes-20241016-184157.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20231219-222211.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240419-024814.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240419-024818.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240419-024820.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240503-224157.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240718-223145.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240718-223238.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240430-185723.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240501-151904.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240903-161003.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240910-175846.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240925-125242.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240927-133927.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.9.0/Fixes-20240513-160121.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20240612-195629.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20240911-192845.yaml

This file was deleted.

20 changes: 5 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,20 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-spark/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-spark 1.9.0-rc1 - December 02, 2024
## dbt-spark 1.9.0 - December 10, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#1121](https://github.com/dbt-labs/dbt-spark/issues/1121))

### Features

- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112))

### Under the Hood

- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))

### Contributors
- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))


## dbt-spark 1.9.0-b1 - October 01, 2024

### Features

- Add tests for cross-database `cast` macro ([#1028](https://github.com/dbt-labs/dbt-spark/issues/1028))
- Cross-database `date` macro ([#1031](https://github.com/dbt-labs/dbt-spark/issues/1031))
- Allow configuring snapshot column names ([#1096](https://github.com/dbt-labs/dbt-spark/issues/1096))
- Support custom ODBC connection parameters via `connection_string_suffix` config ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
- Add Microbatch Strategy to dbt-spark ([#1109](https://github.com/dbt-labs/dbt-spark/issues/1109))
- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112))

### Fixes

Expand All @@ -40,6 +27,7 @@
### Under the Hood

- Lazy load agate to improve performance ([#1049](https://github.com/dbt-labs/dbt-spark/issues/1049))
- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))

### Dependencies

Expand All @@ -53,8 +41,10 @@

### Contributors
- [@jpoley](https://github.com/jpoley) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))
- [@nilan3](https://github.com/nilan3) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))


## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.6](https://github.com/dbt-labs/dbt-spark/blob/1.6.latest/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/spark/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.0rc1"
version = "1.9.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _get_plugin_version_dict():


package_name = "dbt-spark"
package_version = "1.9.0rc1"
package_version = "1.9.0"
description = """The Apache Spark adapter plugin for dbt"""

odbc_extras = ["pyodbc~=5.1.0"]
Expand Down

0 comments on commit 856da47

Please sign in to comment.