Hi,
is there any solution for this yet?
I'm trying to set up the connection in Synapse Notebooks
val df = spark.read.
option(Constants.SERVER, "wrk-pr-us-xyz.sql.azuresynapse.net").
option(Constants.USER, "xyzuser").
option(Constants.PASSWORD, "xxxxxx").
sqlanalytics("Product_Pool1.dbo.tblOtoSuiteMaster")
df.show()
and I'm getting the same error. Could you please give any advice on this matter?