Can't start, delete, unpin or edit cluster: User is not part of org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 07:21 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 09:40 AM
@PrebenOlsen are you part of owner/azure contributor from AD, if you are admin in databricks level, you should be able to edit cluster settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 11:03 AM
I am both Contributor and Data Contributor in Azure. In Databricks, I belong to the Admin group.
Noone in my team can do anything with the cluster as per now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 09:06 AM
To resolve this issue, I would recommend taking the following steps:
Verify that you have the correct access and permissions:
Check with your Databricks organization admin to ensure that your user account has the appropriate access level and permissions to work with clusters and other resources in the organization.
Verify that your authentication token is valid:
Check that your authentication token is still valid and has not expired or been revoked. If necessary, generate a new token from the Databricks workspace user settings page.
Verify your configuration:
Check that you have configured the WorkspaceClient correctly, including specifying the correct configuration file or token. Double-check the configuration settings to ensure that they match with the Databricks environment you are working with.
Check for any issues with the Databricks instance or cluster configuration:
If you are still experiencing issues after verifying your access, permissions, and configuration settings, it may be worth checking with the Databricks support team to see if there are any known issues or other troubleshooting steps to take.
I hope this helps! Let me know if you have any other questions.