mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 17:59:48 +00:00
fix(cli): warn more strongly about hard deletion (#13471)
This commit is contained in:
parent
bcedd5d372
commit
01b5cdb541
@ -396,8 +396,8 @@ def by_filter(
|
|||||||
|
|
||||||
if not force and not soft and not dry_run:
|
if not force and not soft and not dry_run:
|
||||||
message = (
|
message = (
|
||||||
"Hard deletion will permanently delete data from DataHub and can be slow. "
|
"Hard deletion will permanently delete data and can significantly slow down your instance while being executed. "
|
||||||
"We generally recommend using soft deletes instead. "
|
"We strongly recommend using soft deletes instead. "
|
||||||
"Do you want to continue?"
|
"Do you want to continue?"
|
||||||
)
|
)
|
||||||
if only_soft_deleted:
|
if only_soft_deleted:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user