@Kumar S :
Yes, it is possible to disable or enable the ability to download files for specific groups of users in Databricks. This can be achieved by configuring the Workspace Access Control List (ACL) to control access to the Download button for notebooks.
Here are the steps to do this:
- Navigate to the workspace ACL settings by clicking on the User icon in the top right corner of the Databricks workspace and selecting "Admin Console" from the dropdown menu.
- In the Admin Console, click on the "Workspace" tab and then select "Access Control Lists" from the menu on the left-hand side.
- Find the group of users for which you want to disable or enable file downloads, and click on the pencil icon to edit the group's permissions.
- In the "Workspace Permissions" section, scroll down to find the "Download" permission and toggle it on or off as desired.
- Click "Save" to apply the changes.
Note that disabling the Download permission for a group of users will prevent them from downloading any files from notebooks, including results and artifacts. Therefore, it's important to carefully consider the impact of this change before implementing it.
Also, please note that Workspace ACL is only available for Databricks Premium or above. If you are using Databricks Community Edition or Standard Edition, this feature may not be available to you.