fix(cli): warn more strongly about hard deletion (#13471)

This commit is contained in:
Aseem Bansal 2025-05-12 15:03:38 +05:30 committed by GitHub
parent bcedd5d372
commit 01b5cdb541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -396,8 +396,8 @@ def by_filter(
if not force and not soft and not dry_run:
message = (
"Hard deletion will permanently delete data from DataHub and can be slow. "
"We generally recommend using soft deletes instead. "
"Hard deletion will permanently delete data and can significantly slow down your instance while being executed. "
"We strongly recommend using soft deletes instead. "
"Do you want to continue?"
)
if only_soft_deleted: