Exam DEA-C01 Topic 5 Question 38 Discussion
Actual exam question for Snowflake's DEA-C01 exam
Question #: 38
Topic #: 5
Question #: 38
Topic #: 5
Data Engineer try to load data from external stage using Snowpipe & later find out that some Set of Files Not Loaded. To debug the issue, she used COPY_HISTORY function & cross verified that its output indicates a subset of files was not loaded. What is possible reason of arising this situation in both REST API call and Auto-Ingest methods? [Select 2]
Suggested Answer: A,B Vote an answer
Explanation
COPY_HISTORY Record Indicates Unloaded Subset of Files:
If the COPY_HISTORY function output indicates a subset of files was not loaded, you may try to "refresh" the pipe.
This situation can arise in any of the following situations:
The external stage was previously used to bulk load data using the COPY INTO table command.
REST API:
o External event-driven functionality is used to call the REST APIs, and a backlog of data files al-ready existed in the external stage before the events were configured.
Auto-ingest:
o A backlog of data files already existed in the external stage before event notifications were con-figured.
o An event notification failure prevented a set of files from getting queued.
To load the data files in your external stage using the configured pipe, execute an ALTER PIPE ... REFRESH statement.
COPY_HISTORY Record Indicates Unloaded Subset of Files:
If the COPY_HISTORY function output indicates a subset of files was not loaded, you may try to "refresh" the pipe.
This situation can arise in any of the following situations:
The external stage was previously used to bulk load data using the COPY INTO table command.
REST API:
o External event-driven functionality is used to call the REST APIs, and a backlog of data files al-ready existed in the external stage before the events were configured.
Auto-ingest:
o A backlog of data files already existed in the external stage before event notifications were con-figured.
o An event notification failure prevented a set of files from getting queued.
To load the data files in your external stage using the configured pipe, execute an ALTER PIPE ... REFRESH statement.
by Marlon at May 07, 2025, 08:56 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).