Releases: jacobm001/dbt-mssql
Resolve issue #18
Released version 1.0.7
Thanks to @curious-bryan, there is now support for index control through index creation and deletion macros.
Fixed Issue #10
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
Fixed issue 7
Fixed sdist tooling issues
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
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
PWD has been dropped from the return of _connection_keys()
. This will prevent plain text passwords from being written to stdout.
First Major Release
dbt-mssql is passing all of the dbt integration tests on SQL Server 2008 R2. Later server tests will come soon.