I need some help regarding a topic. It is the connection of Databricks using R.
To do it, I install rJava, DBI and RJDBC.
I first run : driver <- rjdbc::JDBC(driverClass = "java.sql.Driver", classPath = "/app/jars/DatabricksJDBC42.jar", identifier.quote = "'")
and after I create a connection:
conn <- dbconnect(driver, "jdbc:databricks:domain:port....Password=personalToken)
Then problem is that I can't find why I got the dbconnect problem.
Hi @glorena, I'd recommend using ODBC instead of JDBC. Here's the page where we (Posit) walk through where to download the driver, and how to connect using the DBI, and odbc packages: Solutions - Databricks