SSC-FDM-0031
Dynamic Table required parameters set by default
Description
Materialized Views (and Join Indexes in the case of Teradata) are migrated to Dynamic Tables in Snowflake. Dynamic Tables require two parameters to be set: TARGET_LAG and WAREHOUSE.
If these parameters are not set in the configuration options, they are set by default during conversion.
Read more about the required Dynamic Tables parameters here.
Example Code
Input Code (Oracle):
IN -> Oracle_01.sql
Output Code:
OUT -> Oracle_01.sql
Recommendations
Configure the dynamic table required parameters according to your needs.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated