Connection to Dremio Database

kex027
Level 1
Connection to Dremio Database

Hi,

I am trying to connect to a Dremio database in Dataiku Enterprise Edition. I have downloaded the driver, but I am using the web-based version. Where (which path to the driver jars directory) do I need to put the JDBC driver?


Operating system used: Windows

0 Kudos
1 Reply
importthepandas

Copy the driverโ€™s JAR file (and its dependencies, if any) to the DATA_DIR/lib/jdbc folder

class should be: com.dremio.jdbc.Driver

Your URL will likely be something like jdbc:dremio:direct=yourdremiourl:port

if you require ssl pass it in JDBC properties