Kale-S
New Contributor II

I have the same error since yesterday. 

I have rewrote all my magic SQL (%SQL) cells with the spark function:
query = """
              select * 
              from table
"""

df = spark.sql(query)