Question
If we change the match rules, will the deprecated match rules data (the identified potential matches) be deleted from the Snowflake match table?
Answer
This is not performed automatically. You would need to resync the match data after running your rebuild match tables. You would need to execute the sync again as follows. Please remember to always run this API as a distributed application for optimal execution.
POST https://{env}.reltio.com/reltio/api/{tenantID}/syncToDataPipeline?distributed=true&taskPartsCount=4&dataTypes=matches
Comments
Please sign in to leave a comment.