
▲ 3 r/databricks
Azure Databricks Excel Add-in fails in TableSelector even with correct Unity Catalog permissions
Hi everyone,
I’m having an issue with the Azure Databricks Excel Add-in when trying to query a Unity Catalog table/view from Excel.
The user already has the following permissions:
USE CATALOGon the catalogUSE SCHEMAon the schemaSELECTon the table/viewBROWSEon the catalogCAN USEpermission on the SQL Warehouse
However, when using the visual table selector / preview option in the Excel Add-in, Excel shows the following error:
Excel Operation Failed
Excel operation failed in TableSelector
{
"ok": false,
"status": 200,
"statusText": "",
"body": {
"statement": "SELECT `SOC_ID` FROM `qa_gold`.`bix_cmr_ab_nacional`.`vtx_cmr_gestion_comercial` LIMIT 1000",
"warehouseId": "73771902e1b3c9e5"
}
}
The SQL statement shown in the error is:
SELECT `SOC_ID`
FROM `qa_gold`.`bix_cmr_ab_nacional`.`vtx_cmr_gestion_comercial`
LIMIT 1000;
I already confirmed that the SQL Warehouse permission is assigned, and the Unity Catalog privileges seem to be correct.
Has anyone seen this issue before with the Azure Databricks Excel Add-in?
I’m trying to understand whether this is:
- A permissions issue still missing somewhere,
- A problem with the Excel Add-in TableSelector / Preview feature,
- A limitation or bug in the current Excel Add-in,
- Or something related to the specific view/materialized view being queried.
Any suggestions on what else to validate would be appreciated.
Thanks!
u/Eastern_Sale3639 — 2 days ago