madrhr
New Contributor III

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")
 
 
 

View solution in original post