Is there an existing issue for this?
Problem statement
Currently the quarantining is done for all rows with failing checks. In certain scenarios, the entire input should be quarantine if certain amount of rows are invalid.
Proposed Solution
Add support for quarantining the full input DataFrame if the configured error threshold is breached during data quality evaluation.
Additional Context
No response