All,
I'm trying to get the value for 10.4 LTS working but I keep getting the error - Databricks Runtime Version needs to match pattern "10.4 LTS (Scala 2.12, Spark 3.2.1)"
What am I doing wrong? Also, I tried the pattern approach and even that results in the same error.
"spark_version": {
"type": "fixed",
"value": "10.4.x-scala2.12"
}