LOGGING ERRORS
Some parts in the output code are omitted for clarity reasons.
Non-relevant statement.
Notice that this statement is removed from the migration because it is a non-relevant syntax. It means that it is not required in Snowflake.
Description
Statement to log errors when using statements as INSERT...SELECT.
Please review the following documentation.
Sample Source Patterns
LOGGING ERRORS
In this example, notice that LOGGING ERRORS
has been removed because it is not a relevant syntax. The syntax is not required in Snowflake.
LOGGING ALL ERRORS
In this example, notice that LOGGING ALL ERRORS
has been removed because it is not a relevant syntax. The syntax is not required in Snowflake.
LOGGING ERRORS WITH NO LIMIT
In this example, notice that LOGGING ERRORS WITH NO LIMIT
has been removed because it is not a relevant syntax. The syntax is not required in Snowflake.
LOGGING ERRORS WITH LIMIT OF
In this example, notice that LOGGING ERRORS WITH LIMIT OF
has been removed because it is not a relevant syntax. The syntax is not required in Snowflake.
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated