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.