Skip to content

Commit

Permalink
docs(gms): clarify behavior of soft deletion in UI (#7117)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-radhakrishnan authored Jan 24, 2023
1 parent f8ce49a commit 1378ae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ curl 'http://localhost:8080/entities?action=ingest' -X POST --data '{
##### Soft Deleting an Entity

DataHub uses a special "Status" aspect associated with each entity to represent the lifecycle state of an Entity.
To soft delete an entire Entity, such that it no longer appears in the UI, you can use the special "Status" aspect.
To soft delete an entire Entity, you can use the special "Status" aspect. Note that soft deletion means that
an entity will not be discoverable via Search or Browse, but its entity page will still be viewable.

For example, to delete a particular chart:

Expand Down

0 comments on commit 1378ae4

Please sign in to comment.