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
dbt-sqlserver will now work with dbt v0.20.0. Please see dbt's upgrading to v0.20.0 docs for more info.
users can now declare a custom max_batch_size in the project configuration to set the batch size used by the seed file loader. #127 and #151 thanks @jacobm001
under the hood
sqlserver__load_csv_rows now has a safety provided by calc_batch_size() to ensure the insert statements won't exceed SQL Server's 2100 parameter limit. #127 and #151 thanks @jacobm001
switched to using a MANIFEST.in to declare which files should be included
updated pyodbc and azure-identity dependencies to their latest versions
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
dbt-sqlserver v0.20.0
features:
v0.20.0
. Please see dbt's upgrading tov0.20.0
docs for more info.max_batch_size
in the project configuration to set the batch size used by the seed file loader. #127 and #151 thanks @jacobm001under the hood
sqlserver__load_csv_rows
now has a safety provided bycalc_batch_size()
to ensure the insert statements won't exceed SQL Server's 2100 parameter limit. #127 and #151 thanks @jacobm001MANIFEST.in
to declare which files should be includedpyodbc
andazure-identity
dependencies to their latest versionsThis discussion was created from the release dbt-sqlserver v0.20.0.
Beta Was this translation helpful? Give feedback.
All reactions