Skip to content

Add UI Support for Soft Delete & Restore of Data Quality Test Cases #30076

Description

@Prajwal214

Is your feature request related to a problem? Please describe.

Currently, the backend Data Quality Test Case APIs support soft deletion and restoration:

DELETE /api/v1/dataQuality/testCases/{id} (Soft Delete)
PUT /api/v1/dataQuality/testCases/restore (Restore)

However, the UI only exposes Permanent Delete and provides no way to view or restore soft-deleted test cases. This creates an inconsistency between the API capabilities and the UI.

Describe the solution you'd like

  • Add a Show Deleted (or similar) filter/view for Test Cases.
  • Display soft-deleted test cases in the UI.
  • Allow users to restore soft-deleted test cases.

Describe alternatives you've considered

No response

Additional context

No response

Pre-submission checklist

  • I searched for duplicate feature requests.

Metadata

Metadata

Assignees

Labels

Type

Fields

No fields configured for Task.

Projects

Status
No status
Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions