Skip to content

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

Description

@gasparb16

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

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