Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Ownership support for workspace paths, including notebooks #3003

Closed
1 task done
asnare opened this issue Oct 17, 2024 · 1 comment
Closed
1 task done
Labels
enhancement New feature or request needs-triage

Comments

@asnare
Copy link
Contributor

asnare commented Oct 17, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Problem statement

We need to be able to determine the owner of workspace paths, such as notebooks. This is needed to associate a user with a resource, such as a notebook or python script.

Proposed Solution

It's unclear how to use the SDK to determine the owner of a path that matches what the UI shows. However we should be able to use the permissions APIs to determine a user that has CAN_MANAGE on the path. If nothing better can be found, that user can be considered the owner.

Additional Context

In PR #2761 we introduced a framework for determining the owners of objects. However the initial implementation does not determine a direct owner for workspace paths, meaning the fallback of a workspace or account administrator is used instead.

@nfx
Copy link
Collaborator

nfx commented Oct 23, 2024

fixed in #3047

@nfx nfx closed this as completed Oct 23, 2024
@github-project-automation github-project-automation bot moved this from Triage to Archive in UCX Oct 23, 2024
@nfx nfx removed this from UCX Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants