Hi @hardrock and the others,
I had the exact same issue and managed to fix it by 'upgrading' the Unity Calalog metastore using these instructions:
Good luck!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Unity Catalog-Error Creating Table ErrorClass=INVALID_STATE] Failed to access cloud storage: AbfsRestOperationException
I have managed to create my catalog and schema on unity catalog.
Added Storage Blob Contributor role to the unity catalog metastore in ADLS for the Access Connector for Azure Databricks.
however, when trying to create a table i received this error:
Error in SQL statement: UnityCatalogServiceException: [RequestId=db5e5795-bd62-4185-b97f-1d240ee5b73b ErrorClass=INVALID_STATE] Failed to access cloud storage: AbfsRestOperationException exceptionTraceId=094237f6-141c-44d7-85c7-104215baa913
-
Hi @hardrock and the others,
I had the exact same issue and managed to fix it by 'upgrading' the Unity Calalog metastore using these instructions:
Good luck!
I was facing the same issue that I couldn't create a table after configuring the Unity catalog and I have done all the changes you have suggested above. The issue was because I hadn't enabled hierarchal namespace while making my storage. You have to enable the hierarchical namespace while making the storage and your issue will be resolved.
It's mentioned in the documentation too that Unlock Data Lake Storage capabilities by selecting the enable hierarchical namespace setting in the Advanced tab of the Create storage account page.
Hope so that i will resolve your error as it does mine's