How to disable users to create personal compute using notebook?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 05:41 AM
A Databricks account administrator can disable account-wide access to the Personal Compute default policy using the following steps:
- Navigate to the Databricks Account Console.
- Click the “Settings” icon.
- Click the “Feature enablement” tab.
- Switch the Personal Compute setting from “Enable for all” to “Delegate”. This delegates access to the workspace-level ACLs of the policy.
Now users cant create personal compute from cluster UI, but still they can create personal compute from notebook.
You can create a Personal Compute resource from a notebook in only three steps:
- At the top of your notebook, click the Connect button.
- Select Create new resource…. This will open a dialog that defaults to the Personal Compute policy.
- Click Create.
Once your Personal Compute resource is running, your notebook will connect to it automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 06:11 AM
this is really nice information
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 07:20 AM
Is there no way to prevent using Personal Compute policy from a notebook?
Or does my question make sense? In other words is it by design right/immutable to have this policy when creating a notebook?