mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
fix(docs): add missing privileges for 3.12 (#14140)
This commit is contained in:
parent
8ad23a663d
commit
ea904817e8
@ -214,6 +214,7 @@ These privileges are to view & modify any entity within DataHub.
|
||||
| Delete | Allow actor to delete this entity. |
|
||||
| Create Entity | Allow actor to create an entity if it doesn't exist. |
|
||||
| Entity Exists | Allow actor to determine whether the entity exists. |
|
||||
| Execute Entity | Allow actor to execute entity ingestion. |
|
||||
| Get Timeline API[^3] | Allow actor to use the GET Timeline API. |
|
||||
| Get Entity + Relationships API[^3] | Allow actor to use the GET Entity and Relationships API. |
|
||||
| Get Aspect/Entity Count APIs[^3] | Allow actor to use the GET Aspect/Entity Count APIs. |
|
||||
|
||||
@ -130,6 +130,7 @@ These privileges are common to both Self-Hosted DataHub and DataHub Cloud.
|
||||
| Edit Tag Color | :heavy_check_mark: | :heavy_check_mark: | :x: | The ability to change the color of a Tag. |
|
||||
| Edit Lineage | :heavy_check_mark: | :heavy_check_mark: | :x: | The ability to add and remove lineage edges for this entity. |
|
||||
| Edit Dataset Queries | :heavy_check_mark: | :heavy_check_mark: | :x: | The ability to edit the Queries for a Dataset. |
|
||||
| Execute Entity | :heavy_check_mark: | :x: | :x: | The ability to execute ingestion for an Entity. |
|
||||
| Manage Data Products | :heavy_check_mark: | :heavy_check_mark: | :x: | The ability to create, edit, and delete Data Products within a Domain |
|
||||
| Edit Properties | :heavy_check_mark: | :heavy_check_mark: | :x: | The ability to edit the properties for an entity. |
|
||||
| Edit Owners | :heavy_check_mark: | :x: | :x: | The ability to add and remove owners of an entity. |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user