we have a library that allows dotnet applications to talk to databricks clusters (https://github.com/clearbank/SparkSqlClient). This communicates with the clusters over the spark thrift server
Although this works great for clusters in the "data science and engineering" workspace it cant seem to connect to any of the sql warehouse clusters
Do the sql warehouse clusters use a different spark sql thrift server than the other clusters?
Where can I get a copy of the thrift file that describes the endpoint that sql warehouses endpoints support?