Guides
Change tracking on Snowflake tables
How to enable change tracking on Snowflake tables
This guide covers how to:
- Enable change tracking on a Snowflake table
- Check if a Snowflake table has change tracking enabled
Requirements
- You have a Snowflake account with data loaded in a table.
- You have a Snowflake user account with
OWNERSHIP
privilege for the table.
1
Enable change tracking on a Snowflake table
Enable change tracking on a Snowflake table by running the following SQL statement:
You must run this statement with the role that is the owner of the table.
2
Check if a Snowflake table has change tracking enabled
To check if a table has change tracking enabled, use the following query:
This statement returns:
Then you can see if change_tracking
is ON
or OFF
.
Was this page helpful?