You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }
8000
}
This repository was archived by the owner on May 29, 2021. It is now read-only.
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.
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.