github dbt-msft/dbt-sqlserver v1.9.1

latest releases: v1.12.0rc3, v1.11.1, v1.11.0...
3 months ago

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

Don't miss a new dbt-sqlserver release

NewReleases is sending notifications on new releases.