I need to create QlikView Dashboard using data in databricks Delta Lakes. Has anyone tried connecting to DBFS using from a QlikView dashboard? I usually use JDBC connection string to connect to DBFS from my scala code. For that I use Spark Simba JDBC driver. Do i need to install this driver for qlikview connection too?
Asked
Active
Viewed 1,288 times
1 Answers
0
This was resolved by executing the following steps on qlikview server:
- Download Simba ODBC Driver
- Create user DSN using ODBC data source set up wizard (64 bit/32 bit depending on machine's config)
Use following detals for the same:
Host: databricks hostname
port: 443
username: token
password: Personal Access Token created using databricks admin console
in SSL options section: Make sure enable SSL is checked
in http options section: enter http path value advanced settings>
Test the connection
- User this DSN in qlikview/qliksense edit script to connect to DB

Preeti Joshi
- 841
- 1
- 13
- 20