Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 04:44 AM
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()