Links

MSCEWI2013

Column converted from Blob data type.

Severity

Low

Description

This message is shown when SnowConvert finds a data type BLOB. Since BLOB is not supported in Snowflake, the type is changed to Binary.

Code Example

Input Code:

CREATE TABLE TableExample
(
ColumnExample BLOB
)

Output Code:

CREATE TABLE PUBLIC.TableExample
(
ColumnExample BINARY /*** MSC-WARNING - MSCEWI2013 - COLUMN CONVERTED FROM BLOB DATA TYPE ***/
);

Recommendations

  • No additional user actions are required.
  • For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.