I want my users to run the Spark SQL queries in UI and see the result set of the query.
Internally .Net Rest API will pass the query from UI to Databricks cluster or notebook or odbc to run the query. And resultset should show to the end user .
My backend platform is databricks .
Please suggest how to achieve this with some code/code links. Thanks in advance !