MSCEWI4001

Transformation for the USE database statement is disabled by default.

Severity

Low

Description

This EWI is related to the Transact USE statement transformation. By default, the statement is not going to be transformed, the user has to add the explicit parameter in case he wants the statement to be migrated to the Snowflake equivalent.

Code Example

Input Code:

USE [MY DATABASE]

Output Code:

-- ** MSC-WARNING - MSCEWI4001 - Transformation for USE <database> is disabled by default. **
--USE "MY DATABASE"

Recommendations

  • Specify the -u or usedatabase parameter in the conversion tool in order to migrate the statement.

  • If you need more support, you can email us at snowconvert-support@snowflake.com