Hemant
Valued Contributor II

@deficiant_codge  Can you try with below:

_spark_session = SparkSession \
    .Builder() \
    .appName("myapp") \
    .getOrCreate()
Hemant Soni