I am not able to access the delta path after creating the delta table in the Azure databricks.
I am using Pay-as-you-go subscription and I am working on Azure databricks. In Databricks, when Delta table crated , we could see the storage location from the catalog explorer. But, when trying to see the details by accessing path, I am coming across the following error message.
"AnalysisException: INVALID_PARAMETER_VALUE: Invalid input: RPC CheckPathAccess Field managedcatalog.CheckPathAccess.path: Input URI is not a valid UC Path"
I see the storage location as Managed Identity's storage account. This will gets created when creating the Azure data bricks service. can't we access these locations?
Thanks in advance!, Appreciate your help.