Locating Issues

Oh where... oh where... is my issue!

The Snowpark Migration Accelerator (SMA) does it's best to convert what is can and identify what it can't. When it identifies what it can't, it will generate an issue with a specific issue code. So... how do you find where the issues are?

Use the Issues Inventory file generated as part of the local output.

In the Issues Inventory, you will get a lot of information, but critical to finding a particular issue are the following fields:

  • Issue Code

  • Description

  • Issue Category

  • Filename (the name of the file where the issue occurred)

  • Line number (in the file where the issue occurred)

You will also see the issue code and desciption written into the output code as a comment.

Last updated