CREATE MATERIALIZED VIEW
Description
In Snowconvert, Redshift Materialized Views are transformed into Snowflake Dynamic Tables. To properly configure Dynamic Tables, two essential parameters must be defined: TARGET_LAG and WAREHOUSE. If these parameters are left unspecified in the configuration options, Snowconvert will default to preassigned values during the conversion, as demonstrated in the example below.
For more information on Materialized Views, click here.
For details on the necessary parameters for Dynamic Tables, click here.
Grammar Syntax
The following is the SQL syntax to create a view in Amazon Redshift. Click here to here to go to Redshifts specification for this syntax.
Sample Source Patterns
Input Code:
Output Code:
The BACKUP and AUTO REFRESH clauses are deleted since they are not applicable in a Snowflake's Dynamic Table
Related Ewis
SSC-FDM-0031: Dynamic Table required parameters set by default
Last updated