language · inferred from evidence
Scala
A programming language runtime required for the SQL analytics connector import.
- Azure Synapse Scala: MSI access token cant read from SQL pool table
In an Azure Synapse Scala notebook, connecting to a dedicated SQL pool with a system-assigned managed identity failed. The notebook used `mssparkutils.credentials.getConnectionStringOrCreds("samplesqllink")` to get an access token and passe
- ModuleNotFoundError: No module named 'org.apache.spark.sql.SqlAnalyticsConnector' in Synapse
Following the Synapse PySpark notebook sample for reading a SQL pool table, the cell `import org.apache.spark.sql.SqlAnalyticsConnector._` failed with `ModuleNotFoundError: No module named 'org.apache.spark.sql.SqlAnalyticsConnector'`. The