ā04-13-2026 08:12 AM
I'm experiencing an unusual issue following my return from annual leave. I'm unable to connect to any compute from a notebook (both Classic Compute and Serverless) this is despite having Can Manage permissions on the clusters.
The error shown is: "Unknown cluster: Insufficient cluster permissions or cluster doesn't exist anymore"
Notably I can still do all of the following without issue:
Steps already taken with no resolution:
We are on Azure Databricks. Has anyone seen this pattern before where SQL Warehouse and Unity Catalog browsing work fine but notebook compute attachment is broken for a specific user?
The cluster does start when I choose it and shows the green dot but then looks like the attached screenshot and the only option given is to detach.
ā04-14-2026 01:59 AM
Hi all, the issue should now be mitigated. Really appreciate your patience on this!
Do let us know if youāre still experiencing any problems.
ā04-13-2026 08:24 AM
Hi,
I havenāt seen this exact issue before with a notebook, but regarding the fact that youāve been away for a while: is that notebook old, or was it created recently?
Iām wondering whether, if itās an old notebook, it might be looking for some of the cluster IDs it had back then and has them stored, and now it canāt find them because the cluster was updated or new clusters were created.
Iād try creating a new notebook from both your workspace and from the shared workspace, just to rule things out and narrow down whether they still donāt work.
Iāll wait for more info!
ā04-13-2026 08:50 AM
ā04-13-2026 09:17 AM
The only thing I can think of is that it may still be storing the id of cluster āAAAā from before your year off, and it keeps associating it because of the cluster name. In other words, you could have:
Cluster AAA (old) - ID: XXXXXX - Runtime version 15.2
Cluster AAA (new) - ID: BBBBB - Runtime version 16.4
Your notebook may still have the old ID XXXXX saved, but since it matches the name AAA, it triggers that error. The other option would be to do a reattach with Serverless and try again, or restart the cluster that is currently conflicting.
Also, restarting the notebook session.
Let us know!
ā04-13-2026 10:48 AM
I am also having this problem with both serverless and classic. I'm not coming off any sort of leave. Is this a bigger issue?
ā04-13-2026 11:24 AM
We've had at least two people report this issue starting this morning, it's not consistent behavior, many users are not seeing it.
ā04-13-2026 12:03 PM
Also having this issue with my notebooks today
ā04-13-2026 02:11 PM
Im also having the same issue
ā04-14-2026 01:47 AM
Good news. When I signed into Databricks this morning the issue seems to have gone away. All I did yesterday was sign out of databricks at the end of the workday and then sign in again this morning. So perhaps the issue was in Databricks for a subset of users and it has now been resolved.
ā04-14-2026 01:59 AM
Hi all, the issue should now be mitigated. Really appreciate your patience on this!
Do let us know if youāre still experiencing any problems.