SSC-FDM-0026

Type not supported by Snowflake

This FDM is deprecated, please refer to SSC-EWI-0028 documentation.

Description

This message appears when a type is not supported in Snowflake.

Example

Input Code (Oracle):

CREATE TABLE MYTABLE
(
    COL1 SYS.ANYDATASET
);

Output Code:

CREATE OR REPLACE TABLE MYTABLE
    (
    --** SSC-FDM-0026 - TYPE NOT SUPPORTED BY SNOWFLAKE **
        COL1 SYS.ANYDATASET
    )
    COMMENT = '{"origin":"sf_sc","name":"snowconvert","version":{"major":1, "minor":0},"attributes":{"component":"oracle"}}'
    ;

Recommendations

Last updated