Unity Catalog Internal Error - UC_INTERNAL_ERROR (#UC-AUDKE) while accessing Sample Data in Catalog Explorer

RAJLAXMI 0 Reputation points
2026-09-09T08:57:24.2266667+00:00

Hi Team,

I am currently facing an issue in Azure Databricks while accessing table data through Unity Catalog.

I have successfully created the catalog, schema, and table, and I am able to view the table in Catalog Explorer. However, when I navigate to the Sample Data tab to preview the records, I receive the following error:

"Error getting sample data

Your request failed with status FAILED: [BAD_REQUEST]

ErrorClass=INTERNAL_ERROR.UC_INTERNAL_ERROR

You have encountered an internal error.

Please contact Databricks support with the error code #UC-AUDKE".

I have already verified the following:

  • Table is visible in Catalog Explorer.
  • Required permissions have been granted.
  • Browser refresh and retry did not resolve the issue.
  • The issue occurs consistently whenever I try to access the Sample Data tab.

Could you please help investigate the root cause of this error and advise on any additional troubleshooting steps? If this requires backend investigation, kindly let me know.

Thank you for your support.

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Senthil kumar 2,330 Reputation points
    2026-09-09T10:22:18.43+00:00

    Hi @RAJLAXMI

    Root Cause :

    Please confirm are you using free account and using the compute are serverless. if your using serverless you not able to fetch data from Catalog Explorer directly.

    Solution :

    if you want use serverless compute execute queries from your notebook. it will be execute.

    SELECT * FROM catalog.schema.table LIMIT 10;
    

    if you want to use catalog explorer you need to configure or add new compute based on your minimum requirements.

    Thanks.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.