Skip to main content
Skip table of contents

STORAGE.CHANGE_TRACKING

Target database: Snowflake

STORAGE.CHANGE_TRACKING physical option enables Snowflake change tracking for a table. Change tracking allows querying table changes within a given time window.


See also:


Usage

OPTION
STORAGE.CHANGE_TRACKING: Boolean

Default: false


Notes

Change tracking can be enabled for tables.


Examples

Enabling change tracking for a table

Set STORAGE.CHANGE_TRACKING to true for a table (e.g. F_TRIP):

OPTION
STORAGE.CHANGE_TRACKING: true

DDL generated by Agile Data Engine:

SQL
ALTER TABLE publish.F_TRIP SET CHANGE_TRACKING = true;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.