extractor_output_reference
Associates names with outputs so the outputs can be referenced
Primary Key:Foreign Keys:extractor_output_id=>extractor_output.extractor_output_id
extractor_output_reference_uq(Unique) -extractor_output_id,reference_name
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_output_reference_id | bigint | No | Yes | Snowflake ID for the output reference Generated through expression: |
extractor_output_id | bigint | No | Yes | The output the reference name is for Generated through expression: |
reference_name | text | No | Yes | Optional name to use to reference this output Generated through expression: |