SSC-EWI-RS0001
"NONATOMIC" option is not supported in Snowflake.
Severity
Medium
Description
Redshift CREATE PROCEDURE
includes an optional clause that specifies the NONATOMIC
transaction mode. Snowflake does not have an equivalent keyword to reproduce the behavior as it is defined, when possible, the functionality is emulated in Snowflake by doing changes in the final code.
The only behavior that must be manually checked is that a procedure defined as NONATOMIC
automatically commits the statements inside the procedure. To reproduce this behavior, Snowflake supports "autocommit" as an account parameter, more information about it here.
Code Examples
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated