Can I configure Notebook Result Downloads with Databricks CLI , API or Terraform provider ?

Redford
New Contributor

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

 

 

 

 

SSundaram
Databricks Partner

I don't think there are any such options. 

nkraj
Databricks Employee
Databricks Employee

Hi @Redford,

With the Databricks API, you have the capability to toggle the following features: Enable/Disable Features

  1. Notebook result download (key name: enableResultsDownloading)
  2. 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.

 
 
 

 

Hi @nkraj, I'm also looking to programmatically change these settings. Any progress regarding the SQL Result Download setting?