Hi!
Getting error message:
DatabricksError: User XXX is not part of org: YYY. Config: host=https://adb-ZZZ.azuredatabricks.net, auth_type=runtime
I am in the admin's group, but I cannot alter this in any way. I've tried using the databricks-SDK using:
from databricks.sdk import WorkspaceClient
w = WorkspaceClient()
w.clusters.change_owner(cluster_id,username)
w.clusters.unpin(cluster_id)
But the same error message comes. Cannot edit it manually, rename, start, nothing.
Cluster was last online yesterday at 2pm. This issue happens on the same cluster in all three environment workspaces. Maybe someone's credentials were lost yesterday after leaving the company, who knows. But how to fix this?