Is it possible to use the databricks-sql-nodejs driver in a create-react-app app?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2023 02:36 PM
I'm using the typescript example for the databricks sql driver but I'm getting errors when compiling:
Labels:
- Labels:
-
Possible
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 04:01 PM
Hello @asdf fdsa ,
The NodeJS connector is built for NodeJS environment it will not integrate ReactJS
For cases where a web execution is needed we advise to use SQL Exec API
Please check documentation here for the same:
https://docs.databricks.com/sql/api/sql-execution-tutorial.html
Regards