MSCEWI2002
Interval type not supported.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
High
Description
When the selector of a column in a SQL statement is type INTERVAL, the EWI will be added and a Stub function will be created too. This is a type that is not supported in SnowFlake and therefore implies pending work, after SnowConvert finishes.
Code Example
Input Code:
Output Code:
Also, the function Interval_UDF will be created in the folder "UDF Helpers" in the sql file STUBS_UDF.
Recommendations
It is recommended to fill up the code of the Interval_UDF with the appropriate coding according to the custom requirements.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated