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