[FEATURE] Add UcVolumesDownloadUi to Settings API (uc_volumes_download_ui)

Open Beginner friendly
#1,451 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python
Domain
api

Research direction

Locate the existing EnableResultsDownloadingAPI pattern and the w.settings exposure point. Add the corresponding UcVolumesDownloadUiAPI methods for the two specified settings endpoints, reusing the EnableResultsDownloading dataclass. Done means w.settings.uc_volumes_download_ui provides get and patch operations for the uc_volumes_download_ui setting.

Written by the indexing model from the issue text.

Description

Problem Statement
There is no built-in SDK method to get or set the Unity Catalog volume file downloads workspace setting. When trying to manage this setting programmatically, w.settings does not expose it, and w.workspace_conf rejects any key variant for it.

Proposed Solution
Add a UcVolumesDownloadUiAPI class following the exact same pattern as EnableResultsDownloadingAPI, and expose it as w.settings.uc_volumes_download_ui
The response shape is identical to the existing EnableResultsDownloading dataclass (boolean_val + setting_name), so the same model can be reused.

Additional Context
Implementation would follow:

  • get_uc_volumes_download_ui()GET /api/2.0/settings/types/uc_volumes_download_ui/names/default
  • patch_uc_volumes_download_ui()PATCH /api/2.0/settings/types/uc_volumes_download_ui/names/default
Dominant language
Python
Stars
568
Forks
217
Avg merge
1h 1m
Merged PRs (30d)
8

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from databricks/databricks-sdk-py

All issues in databricks/databricks-sdk-py

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.