SSC-EWI-TD0066

The following identifier has one or more Unicode escape characters that are invalid in snowflake

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

Some parts in the output code are omitted for clarity reasons.

Severity

Low

Description

This message is shown when SnowConvert transforms a Teradata Unicode Delimited Identifier with invalid characters in Snowflake.

Example code

Input Code:

IN -> Teradata_01.sql
SELECT * FROM U&"#000f#ffff" UESCAPE '#';

Output Code:

OUT -> Teradata_01.sql
// SnowConvert Helpers Code section is omitted.
SELECT
* FROM
!!!RESOLVE EWI!!! /*** SSC-EWI-TD0066 - THE FOLLOWING IDENTIFIER HAS ONE OR MORE UNICODE ESCAPE CHARACTERS THAT ARE INVALID IN SNOWFLAKE ***/!!!
"\u000f\uffff";

Recommendations

  • Use identifiers with valid Unicode characters in Snowflake.

  • If you need more support, you can email us at [email protected]

Last updated