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
ERROR: Database Error
('08001', '[08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. (17) (SQLDriverConnect); [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). (53); [08001] [Microsoft][ODBC SQL Server Driver]Invalid connection string attribute (0)')
Can anyone please help me with this.
The text was updated successfully, but these errors were encountered:
This looks like a dbt / adapter issue, not an audit_helper issue. If you're still running into this, I recommend opening up an issue in the dbt-core repo https://github.com/dbt-labs/dbt-core/issues
Describe the feature
When I run the "dbt run" it gives me an error
Describe alternatives you've considered
I have upgraded all the versions for py, dbt, and sqlserver
below is the error I am getting.
Found 2 models, 4 tests, 0 snapshots, 0 analyses, 161 macros, 0 operations, 0 seed files, 0 sources, 0 exposures
ERROR: Database Error
('08001', '[08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. (17) (SQLDriverConnect); [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). (53); [08001] [Microsoft][ODBC SQL Server Driver]Invalid connection string attribute (0)')
Can anyone please help me with this.
The text was updated successfully, but these errors were encountered: