Issues Report

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Every SnowConvert run, will generate a file named Issues{timestamp}.csv, that contains some important information about the errors or warnings that appeared during the migration. Example:

Name

Description

Severity

Line

Column

ParentFile

Code

Error parsing the source code

UNRECOGNIZED TOKEN ON LINE 1 OF THE SOURCE CODE.

Critical

1

1

sample.sql

MSCEWI1001

Function not supported

UNSUPPORTED_FUNCTION FUNCTION NOT SUPPORTED

Medium

18

9

sample.sql

MSCEWI1031

Statement Not Supported

THE STATEMENT IS NOT SUPPORTED IN SNOWFLAKE

Low

22

11

sample.sql

MSCEWI1040

In the content above, you will get more details related to each issue like the line number, the column number, the full description, the file that contains that issue.

Last updated