Skip to content

Commit bc72369

Browse files
committed
update changelog
1 parent a204adb commit bc72369

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
### v1.8.0
4+
5+
Updates dbt-sqlserver to support dbt 1.8.
6+
7+
Notable changes
8+
9+
- Adopts `dbt-common` and `dbt-adapters` as the upstream, in line with dbt projects.
10+
- Implements the majority of the tests from the `dbt-test-adapters` project to provide better coverage.
11+
- Implements better testing for `dbt-sqlserver` specific functions, including indexes.
12+
- Realigns to closer to the global project, overriding some fabric specific implementations
13+
14+
Update also fixes a number of regressions related to the fabric adapter. These include
15+
16+
- Proper ALTER syntax for column changes (in both )
17+
- https://github.com/dbt-msft/dbt-sqlserver/pull/504/files
18+
- Restoring cluster columntables post create on `tables`
19+
- https://github.com/dbt-msft/dbt-sqlserver/issues/473
20+
- Adds proper constraints to tables and columns
21+
- https://github.com/dbt-msft/dbt-sqlserver/pull/500
22+
23+
324
### v1.7.2
425

526
Huge thanks to GitHub users **@cody-scott** and **@prescode** for help with this long-awaited update to enable `dbt-core` 1.7.2 compatibility!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools.command.install import install
88

99
package_name = "dbt-sqlserver"
10-
authors_list = ["Mikael Ene", "Anders Swanson", "Sam Debruyn", "Cor Zuurmond"]
10+
authors_list = ["Mikael Ene", "Anders Swanson", "Sam Debruyn", "Cor Zuurmond", "Cody Scott"]
1111
dbt_version = "1.8"
1212
description = """A Microsoft SQL Server adapter plugin for dbt"""
1313

0 commit comments

Comments
 (0)