CREATE EXTERNAL TABLE
Description
Currently Snowconvert is transforming CREATE EXTERNAL TABLES
to regular tables, that implies additional effort because data stored in external RedShift tables must be transferred to the Snowflake database.
Grammar Syntax
Click here to go to the specification for this syntax.
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Create External Table AS
Input Code:
IN -> Redshift_02.sql
Output Code:
OUT -> Redshift_02.sql
Recommendations
For the usage of Create External Table in Snowflake you may refer to Snowflake's documentation.
Related EWIs
SSC-FDM-0004: External table translated to regular table
Last updated