Can I configure Notebook Result Downloads with Databricks CLI , API or Terraform provider ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 09:00 AM
I'm Databricks Admin and I'm looking for a solution to automate some Security Workspace settings.
Those are:
- Notebook result download
- SQL result download
- Notebook table clipboard features
I can't find these options in the Databricks terraform provider, Databricks CLI or API.
Can anyone help me with this please?
#Terraform #WorkspaceSetting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 12:17 PM
I don't think there are any such options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 11:10 AM
Hi @Redford,
With the Databricks API, you have the capability to toggle the following features: Enable/Disable Features
- Notebook result download (key name: enableResultsDownloading)
- Notebook table clipboard features (key name: enableNotebookTableClipboard)
To activate these features, set the value to "true"; to deactivate, set it to "false."
Regarding SQL Result Download, the configuration for this feature is currently unavailable via the API. Nevertheless, the Databricks team is actively working on its integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 01:12 AM
Hi @nkraj, I'm also looking to programmatically change these settings. Any progress regarding the SQL Result Download setting?

