Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use dbt-sqlserver as part of poetry managed project due to incompatible version declaration #462

Open
drobert-bfm opened this issue Jan 8, 2024 · 3 comments

Comments

@drobert-bfm
Copy link

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.

@mhurenkamp-groveko
Copy link

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.

@schlich
Copy link
Contributor

schlich commented Jan 30, 2024

@drobert-bfm

If this is still relevant, can you test your project using the pre-release version 1.7.2rc2 and let us know if this resolves your issues?

@drobert-bfm
Copy link
Author

Yes, it resolves the initial tests I've been running. It's not a very deep test, but basic materializations seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants