8000 Tags · jacobm001/dbt-mssql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Tags: jacobm001/dbt-mssql

Tags

v1.0.8

Toggle v1.0.8's commit message
Added requirements to prevent branch from breaking on 0.15.0 update

v1.0.7

Toggle v1.0.7's commit message
Merge branch 'curious-bryan-master'

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from jacobm001/issue-10

Fixed Issue 10

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from jacobm001/issue-7

Issue 7

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from jacobm001/issue-6

Fixed issue #6.

v1.0.3

Toggle v1.0.3's commit message
Fixed issue #4.

dbt's default batch size of 10,000 rows is far too long for SQL Server. I tried setting it to 800 rows, but the issues persisted. Dropping the batch size to 200 seems to have resolved the issue satisfactorally.

v1.0.2

Toggle v1.0.2's commit message
Fixed issue #4.

dbt's default batch size of 10,000 rows is far too long for SQL Server. I tried setting it to 800 rows, but the issues persisted. Dropping the batch size to 200 seems to have resolved the issue satisfactorally.

v1.0.1

Toggle v1.0.1's commit message
Added a license

0