Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Releases: jacobm001/dbt-mssql

Resolve issue #18

12 Feb 16:46
Compare
Choose a tag to compare

This release locks the dbt-core version to be < 0.15.0 which introduced breaking changes. A v1.1.0 release will come shortly to use the latest dbt core.

Released version 1.0.7

27 Sep 17:09
Compare
Choose a tag to compare

Thanks to @curious-bryan, there is now support for index control through index creation and deletion macros.

Fixed Issue #10

21 Aug 16:18
5db523b
Compare
Choose a tag to compare

This release fixes the issue discovered in issue 10, where the adapter was not correctly handling table creation from source SQL containing CTEs.

Fixed issue 7

19 Aug 23:20
cd09ff4
Compare
Choose a tag to compare

Fixed issue 7

Fixed sdist tooling issues

19 Aug 16:01
44bbb8b
Compare
Choose a tag to compare

As described in issue #6, the setup.py contained a configuration issue which prevented the pip distribution from including all the required macros to function properly. That made the v1.0.3 release valid if installed from github, but not pypi.

This release resolves issue #6 and increments the minor version to keep them in sync and not rewrite history.

Fixed seed behavior

07 Aug 23:14
Compare
Choose a tag to compare

SQL Server does not support dbt's default batch insertion size of 10,000. This update alters the batch size to 200 for all SQL Server versions.

An attempt will be made to auto scale this based on DB version in the future.

Minor Security Improvement

02 Aug 17:08
Compare
Choose a tag to compare

PWD has been dropped from the return of _connection_keys(). This will prevent plain text passwords from being written to stdout.

First Major Release

01 Aug 23:46
Compare
Choose a tag to compare

dbt-mssql is passing all of the dbt integration tests on SQL Server 2008 R2. Later server tests will come soon.