I have a few catalogs in databricks (using Unity Catalog). Each catalog (DEV, TEST, PROD) having its own external location (ADLSv2) and being tied to its own dbx workspace. Seeing how unity unifies the data, access policies and the metastore I would assume I could query data in PROD from DEV and vice versa.
However, I am getting this error when trying to do so:
-- in dev environment
USE CATALOG prod;
SELECT * FROM bronze.demo;
>> Error in SQL statement: ExecutionException: Status code: -1 error code: null error message: Cannot resolve hostname: xxxxPRODxxx.dfs.core.windows.net
java.net.UnknownHostException: xxxxPRODxxx.dfs.core.windows.net