aws.entityresolution.get_match_id
Example SQL Queries
SELECT * FROMaws.entityresolution.get_match_idWHERE"record" = 'VALUE'AND "workflow_name" = 'VALUE';Description
Returns the corresponding Match ID of a customer record if the record has been processed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| record Required Input Column The record to fetch the Match ID for. | MAP(VARCHAR, VARCHAR) |
| workflow_name Required Input Column The name of the workflow. | VARCHAR |
| apply_normalization Input Column Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| match_id The unique identifiers for this group of match records. | VARCHAR |
| match_rule The rule the record matched on. | VARCHAR |