fix(docs): add missing privileges for 3.12 (#14140)

This commit is contained in:
Kevin Karch 2025-07-21 17:30:35 -04:00 committed by GitHub
parent 8ad23a663d
commit ea904817e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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. |

View File

@ -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. |