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: 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: