Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[FEATURE] Add UcVolumesDownloadUi to Settings API (uc_volumes_download_ui) #1451

Copy link
Copy link

Description

@gasparb16
Issue body actions

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
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.