You are using Snowpipe to load data into a table. You need to monitor the data loading process and identify any files that failed to load. Which of the following actions will provide you with information about the files that were processed by Snowpipe and their loading status, including error messages?
Correct Answer: C
The 'COPY HISTORY view in the 'SNOWFLAKES database provides detailed information about the COPY INTO statements executed by Snowpipe, including the files loaded, the number of rows loaded, and any error messages encountered during the loading process. This allows you to identify files that failed to load and understand the reasons for the failures. Option A is incorrect,
'VALIDATION_MODE' isn't a column. Option B provides general status, not file-specific details.
Option D 'ON_ERROR can redirect bad records, but doesn't provide a history like COPY_HISTORY. option E relies on external logging, while `COPY_HISTORY is native to Snowflake.