extractor_wizard_map_output_dependency
Stores dependencies of a wizard map output
Primary Key:Foreign Keys:extractor_wizard_map_output_id=>extractor_wizard_map_output.extractor_wizard_map_output_idextractor_output_id=>extractor_output.extractor_output_id
extractor_wizard_map_output_dependency_extractor_output_id_idx-extractor_output_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_wizard_map_output_id | bigint | No | Yes | The map output with the dependency Generated through expression: |
extractor_output_id | bigint | No | Yes | The output the map output depends on Generated through expression: |
row_name | text | No | No | The output row the map output depends on Generated through expression: |
exclude_from_output | boolean | No | No | Whether to exclude the dependency's output columns from the map output's columns Generated through expression: |