Imri Paran 4561655fbd
docs(dq): collate rca (#17763)
added `collate: true` to rca header
2024-09-09 16:59:48 +02:00

2.1 KiB


title: Root Cause Analysis slug: /how-to-guides/data-quality-observability/incident-manager/root-cause-analysis collate: true

Root Cause Analysis

Failed Rows Sample

Some tests will produce a failed sample upon failure. This allows the platform users to understand the nature of the failure and take corrective actions. The failed sample will be a subset of the rows that failed the test.

The sample will be collected when the option computePassedFailedRowCount is set.

Supported Test Definitions

Deleting Sample Rows

If you wish to delete sample rows, you can do so by clicking on the three dots above the table of sample rows. This will open a window with the Delete option. Note that failed sample rows will automatically be deleted upon test success.

{% image src="/images/v1.4/features/ingestion/workflows/data-quality/sample-row-failure-deletion.png" alt="set compute row count" /%}

Example

{% image src="/images/v1.4/features/ingestion/workflows/data-quality/set_compute_row_count.png" alt="set compute row count" /%}

test definition failed rows sampls