View a table matching enhancement
tables_get_enhancements_table_matchings(id, source_table_id)
integer required. The ID of the enhancement.
integer required. The ID of the table that was enhanced.
A list containing the following elements:
integer, The ID of the enhancement.
integer, The ID of the table that was enhanced.
string, The state of the enhancement, one of 'queued' 'running' 'succeeded' 'failed' or 'cancelled'.
string, The schema name of the table created by the enhancement.
string, The name of the table created by the enhancement.
number, The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.
integer, The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.
integer, The ID of the Redshift table to match against.