Columns

ColumnData TypeDescription
__artie_operation*STRINGThe type of change that was made to the row. Possible values: CREATE, UPDATE, DELETE.
__artie_updated_at*TIMESTAMP_TZThe timestamp of when Artie processed the change.
__artie_db_updated_at*TIMESTAMP_TZThe timestamp of when the change occurred in your source database.
__artie_deleteBOOLEANTrue if the row was deleted.
__artie_only_set_deleteBOOLEANThis column only exists if you are using S3 as your destination. This flag means that there is no additional values in the row that we need to update the destination with aside from the delete flag.
__artie_source_tableSTRING🚧 Coming soon. The name of the source table.
__artie_source_schemaSTRING🚧 Coming soon. The schema of the source table. Knowing the source table and schema may be useful if your source table is partitioned as this will contain the partition name.

* These columns are automatically added to history tables.