extractor_output_skip_if_duplicate
Columns used to detect duplicate rows in extractor outputs. If another row has the same values in all columns in a skip-if-duplicate condition, the row is skipped.
Primary Key:Foreign Keys:extractor_column_id=>extractor_column.extractor_column_idextractor_output_version_id=>extractor_output_version.extractor_output_version_id
extractor_output_skip_if_duplicate_extractor_column_id_idx-extractor_column_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_column_id | bigint | No | Yes | Column included in the duplicate key. Rows matching on all columns in the group are treated as duplicates and skipped. |
extractor_output_version_id | bigint | No | Yes | The output version the condition applies to |