Table

sql_sources

Description

SQL Source definitions

PluginSQL Source Plugin

Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


external_identity_source_id

integer, foreign key

External Identity Source ID

external_identity_sources:id

(tick)


server_idinteger, foreign keyServer ID, of type SQLservers:id(tick)
table_modevarchar(2)Table Mode
  • FL: Flat
  • RL: Relational
(tick)

source_table

varchar(80)

Source Table Name


(tick)

Used as a prefix in Relational mode

address_type_idinteger, foreign keyType to assign to Addresstypes:id
Only used for Flat mode
email_address_type_idinteger, foreign keyType to assign to Email Addresstypes:id
Only used for Flat mode
identifier_type_idinteger, foreign keyType to assign to Identifiertypes:id
Only used for Flat mode
name_type_idinteger, foreign keyType to assign to Nametypes:id
Only used for Flat mode
pronouns_type_idinteger, foreign keyType to assign to Pronounstypes:id
Only used for Flat mode
telephone_number_type_idinteger, foreign keyType to assign to Telephone Numbertypes:id
Only used for Flat mode
url_type_idinteger, foreign keyType to assign to URLtypes:id
Only used for Flat mode
threshold_checkintegerPercentage of changed records to abort a sync job


threshold_overridebooleanWhether to ignore threshold_check for the next sync job
  • true: Ignore the threshold_check for the next sync job
  • false: Process threshold_check for the next sync job


  • No labels