diff --git a/docs/how/delete-metadata.md b/docs/how/delete-metadata.md index 5a1c61aa6b6157..ba566111053cbc 100644 --- a/docs/how/delete-metadata.md +++ b/docs/how/delete-metadata.md @@ -77,7 +77,7 @@ curl "http://localhost:8080/entities?action=delete" -X POST --data '{"urn": "urn ## Delete using Broader Filters -_Note: All these commands below support the soft-delete option (`-s/--soft`) as well as the dry-run option (`-n/--dry-run`). Additionally, as of v0.8.29 there is a new option: `--include-removed` that deletes softly deleted entities that match the provided filter. +_Note: All these commands below support the soft-delete option (`-s/--soft`) as well as the dry-run option (`-n/--dry-run`). ### Delete all datasets in the DEV environment diff --git a/docs/how/updating-datahub.md b/docs/how/updating-datahub.md index d080776f349557..41e1f98eb6a4d6 100644 --- a/docs/how/updating-datahub.md +++ b/docs/how/updating-datahub.md @@ -170,6 +170,7 @@ Helm with `--atomic`: In general, it is recommended to not use the `--atomic` se - #5478 DataHub CLI `delete` command when used with `--hard` option will delete soft-deleted entities which match the other filters given. - #5471 Looker now populates `userEmail` in dashboard user usage stats. This version of looker connnector will not work with older version of **datahub-gms** if you have `extract_usage_history` looker config enabled. - #5529 - `ANALYTICS_ENABLED` environment variable in **datahub-gms** is now deprecated. Use `DATAHUB_ANALYTICS_ENABLED` instead. +- #5485 `--include-removed` option was removed from delete CLI ### Potential Downtime