Can't connect to MS SQL Database #176
Answered
by
dataders
MariusCostin
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
dataders
Nov 9, 2021
Replies: 1 comment 1 reply
-
that issue is due to a change in dbt version 0.21.0. we don't have the official release out for dbt-sqlserver v0.21.0 yet so your options are:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sdebruyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that issue is due to a change in dbt version 0.21.0. we don't have the official release out for dbt-sqlserver v0.21.0 yet so your options are:
pip install dbt-sqlserver==0.20.1
(the latest 'official' release), orpip install dbt-sqlserver==0.21.0rc1
(the 'beta' release)