It seems that you are experiencing visibility issues with your custom catalog azure_data_factory when connecting Databricks to Azure Data Factory (ADF) and Looker. Here are a few things you can check:
- Permissions: Although you mentioned that you have granted the necessary permissions (USE and SELECT), ensure that these permissions are correctly applied to the
azure_data_factorycatalog and its associated database and tables. Sometimes, permissions may not propagate as expected, so double-check the settings. - Catalog Visibility: Make sure that the catalog is properly registered in the Unity Catalog metastore. If the catalog is not registered correctly, external services like ADF and Looker may not be able to see it.
- Connection Configuration: Verify that the connection settings in ADF and Looker are correctly configured to access the
azure_data_factorycatalog. Sometimes, the connection might default to thedefaultcatalog if not explicitly set. - Databricks Runtime Version: Ensure that you are using a compatible Databricks runtime version that supports Unity Catalog features, as some older versions may have limitations.
- Check for Errors: Look for any error messages or logs in ADF and Looker that might indicate why the catalog is not visible. This can provide clues on what might be going wrong.
If you have checked all of these and the issue persists, consider reaching out to Databricks support for further assistance as they can provide more specific insights based on your account configuration.
References: