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.