When I run the display function with Databricks I get the option to download the results as CSV. I am tring to do the same with Azure Synapse Spark Pools, however I getting the error:
---------------------------------------------------------------------------
Py4JJavaError Traceback (most recent call last)
<ipython-input-11-2d01e14> in <module>
1 df = spark.sql("SELECT * FROM `*********")
----> 2 display(df)
~/cluster-env/env/lib/python3.8/site-packages/notebookutils/visualization/display.py in display(data, summary)
197 log4jLogger \
198 .error(f"display failed with error, language: python, error: {err}")
--> 199 raise err
200
201 log4jLogger \
This should very simple.
Any thoughts?