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

[#5120] improvement(docs): Add the document of metadata object ownership #5123

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/security/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ The owner of each entity has implicit administrative class privilege, for exampl
Only the Owner of a securable object can fully manage that resource.
If a securable object needs to be managed by more than one person at the same time, the owner is assigned to a user group.

The metadata object which supports ownership is as follows:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"that supports..."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which or that is ok. In America, more people prefer using that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It really should be "The metadata objects that support ownership are:". You could possibly leave in "are as follows" but it's unnecessarily verbose.


| Metadata Object Type |
|----------------------|
| Metalake |
| Catalog |
| Schema |
| Table |
| Topic |
| Fileset |
| Role |

### User
Users are generally granted one or multiple Roles, and users have different operating privileges depending on their Role.

Expand Down
Loading