aleksandra_ch
Databricks Employee
Databricks Employee

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,