nerdexam
Snowflake

SOL-C01 · Question #196

You are using PARSE DOCUMENT on documents stored in an external stage. You notice that some documents are skipped during processing without any explicit error messages. Which of the following could be

The correct answer is B. The documents are in an unsupported format. Ensure that the documents are in a supported C. The virtual warehouse is being automatically suspended due to inactivity. Configure auto-resume. Option B is a common cause, where unsupported format and permissions are key things to consider and `VALIDATE' helps ensure data is valid. Option C is also correct, because virtual warehouse suspension can interrupt processing and specifying the warehouse ensures it's used. Optio

Data Loading and Unloading

Question

You are using PARSE DOCUMENT on documents stored in an external stage. You notice that some documents are skipped during processing without any explicit error messages. Which of the following could be the MOST likely reason(s) for this behavior, and how would you address it?

Options

  • AThe documents are too large. Increase the virtual warehouse size and set the MAX FILE SIZE
  • BThe documents are in an unsupported format. Ensure that the documents are in a supported
  • CThe virtual warehouse is being automatically suspended due to inactivity. Configure auto-resume
  • DSnowflake encountered an internal error during processing and silently skipped the document.
  • EThe documents do not contain any text. Verify that the documents actually contain readable text

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    85% (17)
  • D
    5% (1)

Explanation

Option B is a common cause, where unsupported format and permissions are key things to consider and `VALIDATE' helps ensure data is valid. Option C is also correct, because virtual warehouse suspension can interrupt processing and specifying the warehouse ensures it's used. Option A, while relevant to performance, doesn't explain silent skipping unless the files grossly exceed limits. Option D is possible but less likely than B or C and harder to diagnose without specific error messages. Option E is less likely, because even if the content is not parseable, it still doesn't explain why document is skipped silently.

Topics

#PARSE DOCUMENT#External Stages#Unsupported Formats#Virtual Warehouse Management

Community Discussion

No community discussion yet for this question.

Full SOL-C01 Practice