I click on the Search box on the top bar of the databricks workspace and select "Open advanced search". A dialog pops up with the Tables tab selected and an error below that says: "An error occurred while fetching search results. Please try again later"
I am running the workspace on Azure. I have tables in my unity catalog that I want to search for specific fields. All other tabs search perfectly, no issues. I can see the network trace traffic behind the browser spitting out this message:
POST: https://***.azuredatabricks.net/graphql/GlobalSearchUCGql
Response Code: 200:
Response Payload:
{
"data":{
"searchmidtierSearchUCMetadata":{
"results":null,
"apiError":{
"code":"PERMISSION_DENIED",
"message":"Cannot resolve workspace",
"__typename":"ApiError"
},
"__typename":"SearchmidtierSearchUCMetadataResponse"
}
}
}
Just need guidance on getting this advanced search to work.