JDBC Driver Setup

JDBC drivers are required to connect and read data from JDBC data sources. For more information, see Uploading Data From a JDBC Data Source. JDBC drivers are configured in the Valet Services container.

New Valet Services Container

For a new installation before you run the Docker Compose, you should copy all your JDBC driver .jar files to the following location:

install\dq-valet-services\dockerRoot\lib

Existing Valet Services Container

If you are already running the Valet Services container, you can copy a new .jar file into that container using the Docker copy (cp) command. For example:

docker cp sqljdbc42.jar dq-valet-services:/dq-valet-services/lib/sqljdbc42.jar

After you copy the new .jar file, restart the dq-valet-services container.