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 declares itself to be incompatible with versions of dbt-core greater than 1.5.0, whereas dbt-core is now at 1.7+. The problem is in setup.py, under the following:
You may not have yet seen the following related issue: #441 , which gives some insight on the future support of this adapter.
To my knowledge, no news has arrived from Microsoft to officially support a dbt adapter for MS SQL, but it will support dbt on Fabric. For the SQL Server version we can 'borrow' code from the Fabric adapter.
@cody-scott was kind enough to share a pull request #461 to bring the adapter up to 1.7.2 using the Fabric adapter. I suggest following the status of this PR.
dbt-sqlserver declares itself to be incompatible with versions of dbt-core greater than 1.5.0, whereas dbt-core is now at 1.7+. The problem is in setup.py, under the following:
install_requires=[
"dbt-core~=1.4.5",
"pyodbc~=4.0.35,!=4.0.36,!=4.0.37",
"azure-identity>=1.12.0",
],
Please bring compatibility up to current dbt-core version.
The text was updated successfully, but these errors were encountered: