Edit
> Tables
> Table settings
BigQuery partitioning
Snowflake merge predicate
created_at
, you can specify that column here.Use different name in destination
foo
, you can name it bar
.Skip deletes
{TABLE}__HISTORY
that records every change made to the original table.
The history table includes these additional columns:
__artie_operation
- The type of change (CREATE, UPDATE, or DELETE)__artie_updated_at
- When Artie processed the change__artie_db_updated_at
- When the change occurred in your source databaseWhat do people use history tables for?
How do I enable history tables?
Tables
tab