dollyb
Contributor II

Forgot to add that I included the code as described in the docs:

val sourceLocation = getClass.getProtectionDomain.getCodeSource.getLocation.toURI
DatabricksSession.builder()
.clusterId(clusterId)
  .addCompiledArtifacts(sourceLocation)
.getOrCreate()