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:ย 

No cluster create capabilities on my databricks UI, just SQL Warehouse. Complete work stoppage.

cloudengineer
New Contributor
 
4 REPLIES 4

CURIOUS_DE
Valued Contributor

@cloudengineer 

 

Possible Reasons

  • ๐Ÿข SQL-Only Workspace: Your workspace may be provisioned for Databricks SQL only โ€” no support for notebooks or clusters.

  • ๐Ÿ”’ Permission Restriction: You might not have cluster create or use permissions.

  • ๐Ÿ‘ค Wrong Persona Selected: UI might be set to SQL persona only (limited view).


Steps to Resolve

  • Check Workspace Type:

    • Ask your admin: Check with admin for credential access from Databricks Account console

  • Switch Persona (if option available):

    • Top-left menu โ†’ Change from SQL to Data Science & Engineering

  • Verify Permissions:

    • Ask admin to check if you have:

      • Can Manage Clusters

      • Can Use Clusters

  • Request Full Access:

    • If workspace is SQL-only and you need notebooks/Spark, request a full "Data Science & Engineering" workspace.

Databricks Solution Architect

MadhuB
Valued Contributor

@cloudengineer By default workspace admins can create interactive clusters. Non-admin users should be granted access either to a compute policy or should be provisioned access onto a existing clusters. 

If there is a requirement to enable cluster creation either a personal compute or interactive clusters with a specific policy, either of the below options should be enabled by an admin user.

1. Enable Personal Compute by an account admin under databricks account console settings as below.

MadhuB_1-1750951993631.png

 

2. Another workaround is to enable Allow unrestricted cluster creation either to a group or individual by the Account/workspace admin user.

MadhuB_0-1750951512796.png

 

Mizan1
New Contributor

You might need to check if when you created the workspace, you chose the Hybrid option and NOT the Serverless option.

If you chose the Serverless option, you will not be able to access custom compute.

So, you will need to create another workspace with the Hybrid option enabled. Once you select Hybrid and successfully create your databricks workspace, you will be able to click on Compute on the left bar and finally have access to compute clusters. And it won't keep redirecting you to SQL Warehouse (very annoying lol).

Look at my screenshot below when creating Databricks workspace:

Screenshot 2026-07-21 190947.png

Screenshot of access to compute clusters:

Screenshot 2026-07-21 191509.png

Also, bear in mind that when running a Datafactory pipeline, you might run into errors in a Databricks notebook block if the Databricks workspace is Serverless. For that, you'll also need to recreate your workspace with Hybrid option enabled.

binlogreader
New Contributor

Do you mind posting a snapshot of your workspace? Are you able to see "compute" in the left pane but not able to create the cluster, OR is the option entire not visible?