Reputation: 9
I am working in a project where we have a BI development consuming data from a Databricks Catalog. We had it working fine until we updated our Qlik on premise version to 14.129.12.
That's when the connection started showing errors: the connection is successfull, but the schemas from the catalog are not present for connsultation.
Here is the print that shows the data loading with no schema present. Only the default schemas are present.
Here is the print that shows the schemas in the catalog.
The Databricks service used is hosted on Microsoft Azure.
I'm lost and don't know how to fix this. I've heard that maybe trying a different type of connection to the Databricks, such as JBDC, might work, but I found on material online and have no idea how to do it.
Would very much appreciate help.
Edit: found some material online:
Qlik documentation that indicates databricks connection only through ODBC.
Qlik documentation on Data Gateways. I had not understood this functionality, but from what I gathered, it's not in the direction I want. The data I want to connect to is on the cloud, not in a on-premise machine/data base. My Qlik Sense is the one running on a on premise enviroment.
From the On Premise, there were not options for JBDC or Direct Access when searching for possible connections. You can see the print here. So I suspect there is no other way to connect the Qlik with Databricks other than the usual way, via the setup new connection.
Upvotes: 0
Views: 272
Reputation: 9
So turns out there is a problem in the version 14.129.12, which we were using, that messes up the driver to connect with Databricks. To solve this I advise trying to update to newer versions.
If updating is out of the question, you can bypass the problem installing directly the Databricks ODBC connector. Here is the Databricks documentation on how to set it up.
I'd also advise watching this youtube video.
That way, you have to create a ODBC connection from Qlik and use this driver. Note that the username = 'token' and password = configured databricks-token.
Upvotes: 0