Greetings
Have looked high and low for this I am raising the white flag. I have spun up dreamio using
dockerrun -p 9047:9047 -p 31010:31010 -p 45678:45678 dremio/dremio-oss -v ./data:/opt/dremio/data
And now I want to connect to my local SQL server installed on my laptop. Do I need to install some sort of driver within this dremio container for it to connect to my sql server?
I am getting the following error
Could not connect to mssql, check your JDBC connection information and credentials.
Thanks!