Connection to Dremio Database
kex027
Posts: 1 ✭
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
Tagged:
Answers
-
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