Skip to content

Releases: dbt-msft/dbt-sqlserver

dbt-sqlserver 0.15.3.1

15 Sep 07:32

Choose a tag to compare

v0.15.3.1
Fixes:
• Snapshots did not work on dbt v0.15.1 to v0.15.3

dbt-sqlserver 0.15.1

29 Jan 10:02

Choose a tag to compare

v0.15.1

New Features:

  • Ability to define an index in a poosthook

Fixes:

  • Previously when a model run was interupted unfinished models prevented the next run and you had to manually delete them. This is now fixed so that unfinished models will be deleted on next run.

dbt-sqlserver 0.15.0

09 Dec 19:31

Choose a tag to compare

support for dbt v0.15.0

dbt-sqlserver 0.14.1

06 Sep 06:40

Choose a tag to compare

Overview

This release should be used with corresponding dbt version.

dbt-sqlserver 0.14.0

06 Sep 06:39

Choose a tag to compare

Overview

This release changes connection library from pymssql to pyodbc!

Thanks @jacobm001 for code of how to use pyodbc!

This release is suposed to be used with dbt 0.14.0.

First

04 Jul 21:51

Choose a tag to compare

This release implements most of DBT:s standard functionallity and have been tested with a real project.