sbt-databricks icon indicating copy to clipboard operation
sbt-databricks copied to clipboard

An sbt plugin for deploying code to Databricks Cloud

Results 14 sbt-databricks issues
Sort by recently updated
recently updated
newest added

the requirement says that a databricks account is needed, I have an azure hosted instance of databricks where the login is done via active directory, Can this be used to...

This is a very useful project, but unfortunately it's impossible to use without 2.0 API support. (All we get now is bad request). I notice that we have some old...

I was trying to migrate one of my projects to latest sbt version and databricks plugin couldn't be resolved.

dbcDeploy works fine if no jar exists. However, for some reason dbcUpload/dbcDeploy will not overwrite jar files which have already been deployed even for snapshot versions. This appears to be...

The uploadJar() and attachToCluster() methods are overwritten and ported on REST API v2.0.

Hey @brkyvz ! I know the Databricks 2.0 API doesn't support all of the functionality of the 1.2 API, but would a PR that implemented some 2.0 functionality be welcome?...

The DBC 1.2 REST API has been deprecated and some of the functionality stopped working. Some of the endpoints that used to return 4xx unauthorized responses, now may return 500....

If you are running Databricks version 2.18 or greater you must use sbt-databricks version 0.1.5 If you are running Databricks version 2.8 or greater you must use sbt-databricks version 0.1.3...

I think this is the same issue reported in #35, but I may have narrowed down when it happens. If I attach a jar to a cluster and then delete...

A very long classpath including user jars is loaded when a Spark node starts. Instead of users having to figure out which jars are in memory whenever they change a...