__artie_ to your destination tables. These columns track how and when each row was changed. You can enable them under your table settings.
History mode columns
These columns are automatically added to tables using history mode. They provide a full audit trail of every change.Soft delete columns
These columns are added when soft deletes are enabled. Instead of removing deleted rows, Artie flags them so you can retain the data.What is the difference between __artie_delete and __artie_only_set_delete?
What is the difference between __artie_delete and __artie_only_set_delete?
Both columns indicate a deletion, but they serve different purposes:
__artie_deleteis set totruewhenever a row is deleted.__artie_only_set_deleteis set totruewhen the delete event carries no additional column values - meaning there is nothing to update in the destination besides the delete flag.
__artie_delete = true and __artie_only_set_delete = false.