To find table settings, click on your pipeline > Edit > Tables > Table settings

History Tables

History tables provide a complete audit trail of all changes to your data. When enabled, Artie creates a separate table named {TABLE}__HISTORY that records every change made to the original table.

The history table includes these additional columns:

  1. __artie_operation - The type of change (CREATE, UPDATE, or DELETE)
  2. __artie_updated_at - When Artie processed the change
  3. __artie_db_updated_at - When the change occurred in your source database