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
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
Describe alternatives you've considered
No response
Additional context
No response
Pre-submission checklist