SSC-FDM-TD0025
Teradata Database Temporal Table is not supported in Snowflake
Description
The Teradata Database Temporal Support involves the creation of temporal tables and temporal DDL and DML objects. The support for temporal (time-aware) tables and data are not supported in Snowflake since there is not an absolute equivalent.
All these statements are recognized (parsed) by SnowConvert, but to execute the queries in Snowflake, these elements are removed in the translation process.
It is worth noting that in cases where an abort
statement is encountered, it will be transformed into a Delete
command to keep the equivalence functionality allows you to undo operations performed during a transaction and restore the database to the state it had at the beginning.
Example code
The following example shows a Temporal-form Select being translated to a usual Select.
Input code:
Output code:
Case where the Abort
command is used in the context of a transaction.
Input code:
Output code:
Recommendations
No additional user actions are required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated