Connection to Dremio Database

kex027
kex027 Dataiku DSS Core Designer, Registered 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

  • importthepandas
    importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron

    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

Setup Info
    Tags
      Help me…