[FEATURE] Add UcVolumesDownloadUi to Settings API (uc_volumes_download_ui)
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
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/defaultpatch_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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from databricks/databricks-sdk-py
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
databricks/databricks-sdk-py#1496 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
databricks/databricks-sdk-py#1495 · 1 comment ·
-
[ISSUE] `get_api_error` fails with `TypeError: object of type '_io.BufferedReader' has no len()¨` Open
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
databricks/databricks-sdk-py#1489 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
databricks/databricks-sdk-py#1264 · 1 reaction ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
databricks/databricks-sdk-py#1055 ·
All issues in databricks/databricks-sdk-py
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100