- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 03:28 AM
Do we have option to query delta table using Standard Workspace as a endpoint instead of JDBC
- Labels:
-
Databricks SQL
-
RESTAPI
-
Standard Workspace
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 12:49 PM
Hi @somanath Sankaran I bet that you refer to SQL endpoints which is only available in Premium.
I think the best approach is register two workspaces one cheaper standard and use it for jobs, normal clusters.
One more expensive and use it just for sql endpoint and sql dashboards.
Notebook code between both cab be easy synced with repo and you can implement common metastore (list of schema, tables).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 12:49 PM
Hi @somanath Sankaran I bet that you refer to SQL endpoints which is only available in Premium.
I think the best approach is register two workspaces one cheaper standard and use it for jobs, normal clusters.
One more expensive and use it just for sql endpoint and sql dashboards.
Notebook code between both cab be easy synced with repo and you can implement common metastore (list of schema, tables).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 06:58 AM
@Hubert Dudek Thanks got it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 08:48 AM
@somanath Sankaran - Would you be happy to mark @Hubert Dudek's answer as best if it resolved the problem? That helps other members who are searching for answers find the solution more quickly. 🙂

