databricks / sqltools-databricks-driver

SQLTools driver for Databricks SQL
Other
10 stars 3 forks source link

Path requires a leading / #45

Closed DOH-WLD0303 closed 1 year ago

DOH-WLD0303 commented 1 year ago

When setting up the connection to a Databricks cluster for the first time, I noticed that hte HTTP path provided by the Databricks cluster screen does not start with a leading slash (i.e. sql/...) but this fails in the configuration screen. Formatting the path in the tool as '/sql/...' fixes the issue.

Perhaps this is a difference in sql endpoints vs all purpose clusters but just wanted to note the difference for the dev team.

Thanks for you all's work on this!