cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Compute tab doesn't show and doesn't give the option to create a cluster

sminamioka
New Contributor III

I've just created an Azure Databricks workspace, tier (Premium) and when trying to create a cluster, when I click on compute, the UI opens automatically the menu SQL Warehouse, not sure if it's a glitch as shown below. Someone said "Ask the admin to enable: “Allow unrestricted cluster creation” for your user/group", but I couldn't find this option at all. What has changed? Previously when I clicked straightaway in "compute" I freely could create a cluster, all of a sudden this changes with a simple topic? It just makes life harder this changes.

sminamioka_0-1778276402869.png

#

5 REPLIES 5

amirabedhiafi
New Contributor III

Hi  !

You are probably seeing only SQL Warehouses because your user or group does not currently have permission to create classic compute.

You need to grant allow unrestricted cluster creation or assign a compute policy such as personal compute. After that, the create compute or cluster option should appear again.

If this answer resolves your question, could you please mark it as “Accept as Solution”? It will help other users quickly find the correct fix.

Senior BI/Data Engineer | Microsoft MVP Data Platform | Microsoft MVP Power BI | Power BI Super User | C# Corner MVP

szymon_dybczak
Esteemed Contributor III

Hi @sminamioka ,

Check if you have Allow unrestricted cluster creation entitelment enabled. Workspace users are granted Workspace access and Databricks SQL access by default through their membership in the users group. So I guess you just don't have required compute entitlement -> "Allow unrestricted cluster creation"

szymon_dybczak_0-1778483144178.png

Manage entitlements - Azure Databricks | Microsoft Learn

If my answer was helpful, please consider marking it as accepted solution.

I've tried to find this entitlement and it's not longer there. After researching about it, it seems Databricks wont allow clusters to be executed as default, it seems the Serverless will be the main approach. 

Thank you anyways

DataEngineer38
New Contributor

Hi!

What you’re seeing is likely because your user account (or the group you belong to) doesn’t currently have permission to create clusters, which is why only SQL Warehouses are showing under Compute.

To fix this, an admin needs to either enable “unrestricted cluster creation” for your user/group or assign you a compute policy (for example, a personal compute policy). Once that’s done, the option to create clusters should appear again as usual.

gcj0310
Databricks Partner

Hi @sminamioka 

This does not look like a UI glitch. In newer Azure Databricks workspaces, access to classic compute / clusters depends on workspace entitlements and compute policy permissions.

If clicking Compute takes you directly to SQL Warehouses, and you do not see the Policies tab or Create compute option, your user likely has only SQL-related access or does not have permission to create all-purpose/job compute.

The common suggestion “Allow unrestricted cluster creation” is one fix, but there is another way to fix this.

  1. Confirm that your user/group has Workspace access entitlement.
  2. Assign your user/group to an approved compute policy, for example Personal Compute.

This might help resolve the issue. If the solution works please accept it so that it'll help other users too.