Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

1.4 KiB
Raw Permalink Blame History

title slug
How to Delete a Data Asset /how-to-guides/guide-for-data-users/delete

How to Delete a Data Asset

Data assets have a lot of user-generated metadata, such as descriptions, tags, ownership, tiering. Theres also rich metadata generated by OpenMetadata through the data profiler, usage data, lineage, test results, and other graph relationships with other data assets. When a data asset is deleted, all of this rich information is lost, and its not easy to recreate it. OpenMetadata supports both soft delete and hard delete.

To delete a data asset:

  • Navigate to Explore and the relevant Data Asset section to select a specific asset.
  • Click on the vertical ellipsis icon located on the top right and click on Delete.

{% image src="/images/v1.7/how-to-guides/user-guide-for-data-stewards/delete.png" alt="Delete a Data Asset" caption="Delete a Data Asset" /%}

  • You can choose to soft delete or hard delete a data asset. Soft deleting will provide a read-only access to the data assets. Hard deleting will permanently delete the data asset from OpenMetadata.
  • Type DELETE to confirm deletion.

{% image src="/images/v1.7/how-to-guides/user-guide-for-data-stewards/delete2.png" alt="Soft or Hard Delete a Data Asset" caption="Soft or Hard Delete a Data Asset" /%}

{% note noteType="Tip" %} Tip: Notify team members of data changes by creating announcements.{% /note %}