cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to start the lab for "AI/BI for Data Analysts - Japanese" course

YukiNakagawa
New Contributor

Hello.

The following error occurs and the lab cannot be started.
Please tell me how to resolve it.

Thank you.

----

l = voc_init().user_setup(user) File "/voc/scripts/python/dbacademy.py", line 2753, in user_setup metadata = self.user_getmetadata(user) or {} File "/voc/scripts/python/dbacademy.py", line 2673, in user_getmetadata records = self.sql( File "/voc/scripts/python/dbacademy.py", line 844, in sql raise Exception(response.status.error.message) Exception: [UC_NOT_ENABLED] Unity Catalog is not enabled on this cluster. SQLSTATE: 56038 FINISHED USER SETUP AT Fri Apr 10 08:22:38 UTC 2026

1 REPLY 1

Louis_Frolio
Databricks Employee
Databricks Employee

Hi @YukiNakagawa ,

Thanks for sharing the full error message.

The important piece is this: [UC_NOT_ENABLED] Unity Catalog is not enabled on this cluster. That means the cluster running your lab isn't configured for Unity Catalog, but the course materials require it. This isn't something you can fix from inside the notebook.

Here's what to do depending on your setup:

  1. If you're using the Academy-provided lab workspace (launched via "Start Lab"), this is almost certainly a configuration issue on the Academy side. Confirm you started the lab using the official Start Lab button from the course page. If you did, contact Databricks Academy Support from the Help/Support link and include:
    • Course: "AI/BI for Data Analysts – Japanese"
    • A link to your lab workspace
    • The full error message (including [UC_NOT_ENABLED])
    • The time you attempted the lab

Only the Academy team can enable Unity Catalog or correct the cluster configuration in that environment.

  1. If you copied the notebooks into your own company workspace, Unity Catalog needs to be enabled there first. Your workspace or account admin would need to enable Unity Catalog and attach the workspace to a metastore, then provide you with a UC-enabled cluster (Single User or Shared access mode with a default catalog set).

If you've already confirmed you're on the official Academy lab and still reach out to Academy Support and they'll get the environment sorted out for you.

Cheers, Lou.