SSC-EWI-TD0092

Translation for Teradata Built-In Table/View is not currently supported

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.

Severity

Low

Description

This EWI is added when SnowConvert finds a Teradata system table that is currently not translated.

Example Code

Input Code:

IN -> Teradata_01.sql
SELECT
  CRLF || 
  TRIM(em.ErrorText) INTO :MsgText
FROM
  DBC.ErrorMsgs em
WHERE
  em.ErrorCode = SUBSTR(:SqlStateCode, 2, 4)

Output Code

Recommendations

  • Search in Snowflake's internal tables, such as Information_Schema or SNOWFLAKE.ACCOUNT_USAGE for equivalents

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

Last updated