ha2983
New Contributor III

switching from 

spark = DatabricksSession.builder.getOrCreate()
to
spark = SparkSession.builder.getOrCreate()
solved the issue. Strange exception nonetheless.

View solution in original post