baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
365 stars 148 forks source link

Doesn't connect to databricsk jdbc #240

Open gracemiguel opened 8 months ago

gracemiguel commented 8 months ago

Hi all, I am writing to say that I've tried to test my Databricks jdbc connection but it doesn't work because it cannot find the databricks class driver: com.databricks.client.jdbc.Driver. Can you please add this to the API so it is compatible? Thanks. image