SSC-EWI-TD0027
Snowflake does not support Teradata built-in time dimensions column options
Severity
Low
Description
The EWI is generated because Snowflake does not support the Teradata built-in time dimensions attributes like VALIDTIME or TRANSACTIONTIME.
Example Code
Teradata input:
IN -> Teradata_01.sql
Snowflake output:
OUT -> Teradata_01.sql
Recommendations
Manually create TIMESTAMP columns with default values such as CURRENT_TIMESTAMP.
Leverage the use of table streams, they can record data manipulation changes made to tables as well as metadata about each change. (Guide)
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated