Skip to content

Releases: dbt-msft/dbt-sqlserver

v1.10.0

10 Jun 01:52
0f6b0dc

Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.10.0

v1.10.0rc1

04 Jun 08:23
d3f32e8

Choose a tag to compare

v1.10.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.9.1...v1.10.0rc1

v1.9.2

27 May 20:52
bdc3303

Choose a tag to compare

What's Changed

  • fix: backport to v1.9.2 add default schema concatenation flag support and update documentation by @axellpadilla in #687

Important schema behavior note

dbt-sqlserver==1.9.0 inherited schema-generation behavior through dbt-fabric. In dbt-fabric>=1.9.3, the Fabric custom schema override was removed, so projects could effectively fall back to dbt-core’s standard schema behavior:

<target.schema>_<custom_schema_name>
Starting with dbt-sqlserver==1.9.1, the Fabric dependency has been removed. SQL Server now keeps its legacy schema behavior by default:
<custom_schema_name>

To opt in to dbt-core’s standard schema concatenation behavior, add:

flags:
  dbt_sqlserver_use_default_schema_concat: true  # Enable standard schema concatenation

Projects should override with a custom generate_schema_name if they want to keep dbt-sqlserver legacy behavior.

Full Changelog: v1.9.1...v1.9.2

v1.9.1

19 May 13:27
86bbdc7

Choose a tag to compare

Headline

This release removes this adapters upstream dependency on the dbt-fabric adapter.

Important schema behavior note

dbt-sqlserver==1.9.0 inherited schema-generation behavior through dbt-fabric. In dbt-fabric>=1.9.3, the Fabric custom schema override was removed, so projects could effectively fall back to dbt-core’s standard schema behavior:

<target.schema>_<custom_schema_name>

Starting with dbt-sqlserver==1.9.1, the Fabric dependency has been removed. SQL Server now keeps its legacy schema behavior by default:

<custom_schema_name>

To opt in to dbt-core’s standard schema concatenation behavior, add:

vars:
  dbt_sqlserver_use_default_schema_concat: true

Projects with a custom generate_schema_name macro should review whether it still matches the intended behavior.

This release also includes development, CI, and packaging updates that should not impact normal users.

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.1rc1

14 May 09:32
3940f81

Choose a tag to compare

v1.9.1rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1rc1

v1.9.0

02 Jun 16:02
bcf4ac9

Choose a tag to compare

Update to 1.9.

What's Changed

Full Changelog: v1.8.7...v1.9.0

v1.8.7

21 Jan 18:36
5f05ecd

Choose a tag to compare

What's Changed

Full Changelog: v1.8.6...v1.8.7

v1.8.6

17 Jan 17:47
dde95d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.5...v1.8.6

v1.8.5

02 Dec 17:16
909f61c

Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5

v1.8.4

18 Sep 01:02
ec30afe

Choose a tag to compare

What's Changed

  • 560 test code reporting error when test code uses ctes with line breaks after with keyword by @cody-scott in #561

Full Changelog: v1.8.3...v1.8.4