Skip to main content

extractor_column

Extractor output columns

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
extractor_column_idbigintNoYesSnowflake ID for the column
nametextNoYesColumn name
referenced_output_idbigintYesYesThe output the column refers to. Used when the column is a foreign ID.
referenced_output_row_nametextNoNoThe output row the column refers to. Used when the column is a foreign ID.
data_type_idbigintYesYesColumn data type
lengthintegerYesNoRequired value length
min_lengthintegerYesNoMinimum value length
max_lengthintegerYesNoMaximum value length
default_valuetextNoNoDefault value
linked_column_nametextNoNoUsed when the same data value should be loaded into multiple tables
extractor_output_version_idbigintNoYesThe output version the column belongs to
created_bybigintNoYesSnowflake ID of the login that created this column
created_attimestamp with time zoneNoNoWhen this column was created
header_patternsclaims.required_extractor_header_pattern_type[]NoNoWord patterns matched against a tokenized input header for auto-mapping. Any one of them matching is a match.