Skip to content

Commit

Permalink
docs(delete): cleanup removed option (datahub-project#7335)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and looppi committed Feb 15, 2023
1 parent 2b3c8fb commit ed60f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how/delete-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/how/updating-datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed60f3f

Please sign in to comment.