What is the default ON_ERROR option when Bulk loading?

Master the SnowPro Advanced Architect Test with flashcards, multiple-choice questions, and detailed explanations. Prepare thoroughly for your certification!

Multiple Choice

What is the default ON_ERROR option when Bulk loading?

Explanation:
Errors during a bulk load are controlled by the ON_ERROR setting, which determines how Snowflake handles problems across the files being loaded. The default is ABORT_STATEMENT, meaning any error causes the entire load operation to stop. This keeps the data load atomic—either all data loads successfully, or none do. If you want a different behavior, you can opt for CONTINUE to keep going after errors, SKIP_FILE to skip the problematic file, or ABORT_FILE to stop processing the current file.

Errors during a bulk load are controlled by the ON_ERROR setting, which determines how Snowflake handles problems across the files being loaded. The default is ABORT_STATEMENT, meaning any error causes the entire load operation to stop. This keeps the data load atomic—either all data loads successfully, or none do. If you want a different behavior, you can opt for CONTINUE to keep going after errors, SKIP_FILE to skip the problematic file, or ABORT_FILE to stop processing the current file.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy