Hi All,
We are setting up our new UC enabled databricks workspace. We have completed the metastore setup for our workspace and we have created new catalog and schema. But while creating a table we are getting authorization issue. Below is the table script and error message.
CREATE TABLE IF NOT EXISTS mycatalog.myschema.department
(
deptcode INT,
deptname STRING,
location STRING
);
Additional Information: We are using Azure Databricks connector as system assigned managed identity to ad access to mystorageaccount at storage account level. We have provided Storage Account Contributor, Storage Blob Data Contributor, Storage Queue Data Contributor and Storage Table Data Contributor roles to the connector.
We have also whitelisted the Databricks IP into storage account.
Any help regarding this issue will be very helpful.
#
Thanks