Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 03:15 AM
I got it eventually working with a combination of:
- from databricks.sdk.runtime import *
- spark.sparkContext.addPyFile("/path/to/your/file")
- sys.path.append("path/to/your")