Syncing changes
By default, Polytomic's Model Syncs are differential. That is, the system will only sync changes made since the last time (new/updated records). Note that adding new field mappings in your sync configuration also counts as a change (one that affects all records), thus will result in a sync of all records in your source.
Alternatively, you can set a tracking field on your source Polytomic model (e.g. an updated_at
database column or similar). This will cause Polytomic's change-tracking engine to turn off when syncing for this model. Instead, updates will only be sync based on changes to the updated_at
value.
Updated 1 day ago