How do I request Unity Catalog access for my team's Databricks workspace?

Niki Vasan 0 Reputation points Microsoft Employee
2026-08-14T19:21:45.5066667+00:00

I am looking to see if I can add Unity Catalog on my team's Databricks workspace. The goal is to be able the leverage the Databricks extension on VS Code to develop locally (with support of AI-assisted development tools like Github Copilot CLI) but still run things on the cluster when needed. I am currently unable to do so due to lack of Unity Catalog support for our cluster.

I have confirmed I have the correct extension and python-compatible environment. I am able to view my workspace file system and cluster in VS Code but Databricks Connect is disable due to the above issue.

User's image

User's image

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 3,755 Reputation points
    2026-08-14T20:56:45.08+00:00

    Hello @Niki Vasan

    The METASTORE_DOES_NOT_EXIST message and “The workspace should have Unity Catalog enabled” indicate that this is most likely a workspace configuration issue, rather than a problem with your VS Code extension or Python environment.

    For an existing Azure Databricks workspace, Unity Catalog is enabled by assigning the workspace to a Unity Catalog metastore. This is normally an account-level administrative task.

    I would ask your Azure Databricks account administrator to check the workspace in the Databricks Account Console. They can:

    • Go to Catalog and verify that a Unity Catalog metastore exists in the same region as your workspace.
    • Open the metastore → Workspaces → Assign to workspace.
    • Select your team's workspace and enable the assignment.
    • Verify that your user/group has the appropriate catalog/schema privileges afterward.

    You can also verify whether the workspace is already attached to a metastore from the Account Console under Workspaces. The Metastore column should contain a metastore name.

    One thing to keep in mind is that enabling Unity Catalog on an existing workspace cannot be reversed, so your Databricks administrators should review the identity, access, and data-governance implications before making the change.

    So, in your case, I wouldn't spend more time troubleshooting VS Code yet. The screenshots are consistent with the extension reaching the workspace but finding that the required Unity Catalog/metastore configuration isn't available.

    Sharing you these references:

    Microsoft Learn: Enable a workspace for Unity Catalog | https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/enable-workspaces?

    Microsoft Learn: Unity Catalog setup guide | https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/setup-uc?

    Once the metastore is assigned, reconnect the Databricks extension and retry attaching to the Unity Catalog-enabled compute.

    Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.

    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.