Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2026 02:44 AM
Hi @robertayoung520,
Could you elaborate on why do you need to connect to a remote DBSQL warehouse in another Databricks workspace?
If it's to query data in that other workspace, there are other better ways (sorted from the most recommended to least recommended):
- If Databricks workspaces share the same Unity Catalog metastore, you can manage cross-workspace queries using standard Unity Catalog queries and data governance tools. Note that In Unity Catalog, all catalogs are accessible by default from any workspace attached to the same metastore.
- If you want read-only access to data in a Databricks workspace attached to a different Unity Catalog metastore, whether in your Databricks account or not, Delta Sharing is a better choice.
- Finally, you can use Lakehouse Federation to query data in another Databricks workspace.
Hope it helps.
Best regards,