Hi Community,
I need help regarding the class not found issue. I'm trying to connect databricks in python via
jaydebeapi, provided proper class name `com.databricks.client.jdbc.Driver` and jarpath `databricks-jdbc-2.6.34.jar`, but i'm getting com.databricks.client.jdbc.Driver is not found error.
Am i using the wrong jar and class name?