SSC-FDM-RS0007
DDL statements perform an automatic COMMIT, ROLLBACK will not work as expected
Description
In Snowflake, DDL statements perform an automatic commit after their execution, making permanent all the changes in the current transaction, meaning they can not be discarded by a ROLLBACK.
When a ROLLBACK statement is found in a procedure that also contains a DDL statement, SnowConvert will generate this FDM to inform about the DDL autocommit behavior.
Code Example
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