Proper configuration of a Windows environment to access an on-prem sqlserver instance #145
-
I am getting the following error when trying to execute "dbt debug": Encountered an error: example: (dbt-env) C:\Users\cs\dbt\windowsShell\projExample>dbt debug Encountered an error: my profiles.xml looks like the following: projExample: I did a pip install of dbt-sqlserver |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@cks2018ngc I've seen this error before as well. It seems its related to the
Want to try that and see if it works? p.s. this is a good example of an "Issue" rather than a "Discussion". |
Beta Was this translation helpful? Give feedback.
@cks2018ngc I've seen this error before as well. It seems its related to the
pyodbc
package. In mkleehammer/pyodbc#663, someone comments recommending reinstalling C++Want to try that and see if it works?
p.s. this is a good example of an "Issue" rather than a "Discussion".