extractor_output_version
Versioned extractor output
Primary Key:Foreign Keys:created_by=>login.login_idextractor_output_id=>extractor_output.extractor_output_id
extractor_output_version_created_by_idx-created_byextractor_output_version_extractor_output_id_idx-extractor_output_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_output_version_id | bigint | No | Yes | Snowflake ID for this version |
extractor_output_id | bigint | No | Yes | Link to the output identity row |
generated_output_id_name | text | No | No | Column that extractor will write a new Snowflake ID to for each row output |
created_by | bigint | No | Yes | Snowflake ID of the login that created this version |
created_at | timestamp with time zone | No | No | When this version was created |