Utilizing MS Access in Dataiku DSS
Dataiku
Administrator, Dataiker, Alpha Tester Posts: 88 Administrator
Many of our users have shown interest in utilizing MS Access in Dataiku DSS. In the interest of knowledge sharing, we wanted to demonstrate how to do just that.
How to open an MS Access file
- Download ucanaccess
- Copy
ucanaccess-4.0.4.jar
andjackcess-2.1.11.jar
(including the ones from lib/) intoDATA_DIR/lib/jdbc/
(see Installing database drivers for more details) - Restart DSS.
- Configure a new connection:
- JDBC driver class:
net.ucanaccess.jdbc.UcanaccessDriver
- JDBC URL:
jdbc:ucanaccess://<filepath>
, e.g.jdbc:ucanaccess:///home/johndoe/Documents/fooDB.accdb
- In the “SQL Dialect” field, select "MySQL < 8"
Connecting to MS Access file with Date/Time data type
Be sure to follow the above steps, but utilize UCanAccess 4.0.4
Tagged: