- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 06:54 AM
I have my Databricks SQL Endpoint running, I have created many tables there using AWS S3 Delta. Now I want to query the Databricks SQL Endpoint from NodeJs. So It is possible ?
I tried to find and researched a lot but didn't get any useful tutorial for that.
- Labels:
-
Databricks SQL
-
DBSQL
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 04:44 AM
We are very interested in supporting two capabilities -- in fact these are being worked on already:
- The ability to issue a SQL query over REST and track its status, retrieve results etc.
- A NodeJS SDK for Databricks SQL
Keep an eye on our release notes 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 08:04 PM
DBSQL does not provide access to running queries over a REST API currently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 11:14 PM
Thanks Shan for answering.
May I know when I can expect it to be ready ?
For example, In python we have "Databricks SQL Connector"
https://pypi.org/project/databricks-sql-connector/
For establishing the connection.
Looking for the same in Nodejs !?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 04:44 AM
We are very interested in supporting two capabilities -- in fact these are being worked on already:
- The ability to issue a SQL query over REST and track its status, retrieve results etc.
- A NodeJS SDK for Databricks SQL
Keep an eye on our release notes 🙂

