Found this content helpful? Log in or sign up to leave a like!

Unrecognized Dialect when trying to connect to SQL server

Jump to solution
george_markaria
Community Participant

I am trying to run an initdb command using dap and connecting to an existing SQL server DB and Table but receiving an "unrecognized dialect" error.

Can someone point out if this is the correct way of setting the connection string in the environment variables:

set DAP_CONNECTION_STRING='mssql://<user>:<password>@<server>/<table>'

 

I am guessing that the error is due to this being malformed or incorrect unless there is another reason on dap version 2.0.1

0 Likes
1 Solution
george_markaria
Community Participant
Author

I don't think SQL is a supported dialect. Somehow managed to install and configure MySQL successfully.

View solution in original post

0 Likes