Macros
Translation reference to convert Teradata MACRO statement to Snowflake
Description
Teradata's MACRO statement is translated to Snowflake MACRO syntax.
For more information on Teradata MACRO, check here.
Some parts of the output code are omitted for clarity reasons.
Sample Source Patterns
Create Macro Transformation
Teradata
IN -> Teradata_01.sql
Snowflake
OUT -> Teradata_01.sql
Known Issues
1. Macro transform to store procedure
The Teradata Macro is transformed to a stored procedure since Snowflake does not support Macros.
Related EWIs
SSC-EWI-0022: One or more identifiers in this statement were considered parameters by default.
Last updated