- 15281 Views
- 8 replies
- 0 kudos
Hi,I wanted to ask if anyone is using Databricks SQL Warehouse as backend for small to large scale web application? What are your thoughts about it, specially what Databricks team thinks of it ?Kind Regards,A
- 15281 Views
- 8 replies
- 0 kudos
Latest Reply
Yes, Databricks SQL Warehouse can be used as a web app backend by exposing it through REST APIs or JDBC/ODBC to serve queries and data to your application.
7 More Replies
by
gilo12
• New Contributor III
- 2502 Views
- 0 replies
- 1 kudos
When I create a warehouse, there are connection details which I was able to successfully use, but there are also connection details when I navigate in the console to Compute->configuration->Advanced options-> JDBC/ODBC What is the difference between ...
- 2502 Views
- 0 replies
- 1 kudos
- 5003 Views
- 2 replies
- 2 kudos
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 serverAlthough this works great for clusters in the "data scienc...
- 5003 Views
- 2 replies
- 2 kudos
Latest Reply
I have tried those connection details however it they give me 400 errors when trying to connect directly using the hive thrift server contract (https://github.com/apache/hive/blob/master/service-rpc/if/TCLIService.thrift). I do not get the issues whe...
1 More Replies