Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 05:41 AM
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)