SSC-FDM-RS0003
Foreign Key translation will be supported in the future.
Description
The foreign key translation will be transformed in the future. Documentation for Snowflake's Foreign Key can be accessed here.
In Snowflake, the Foreign Key Constraint is not enforced, and it is used for referential integrity.
Code Example
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Recommendations
You can manually alter tables with Foreign Keys and add them.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated