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
header_regextextNoNoRegex used to match input header names for auto-mapping
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