ExamGecko
Question list
Search
Search

List of questions

Search

Question 86 - DEA-C01 discussion

Report
Export

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]

A.
External event-driven functionality is used to call the REST APIs, and a backlog of da-ta files already existed in the external stage before the events were configured.
Answers
A.
External event-driven functionality is used to call the REST APIs, and a backlog of da-ta files already existed in the external stage before the events were configured.
B.
An event notification failure prevented a set of files from getting queued.
Answers
B.
An event notification failure prevented a set of files from getting queued.
C.
Files modified and staged again after 14 days and Snowpipe ignores modified files that are staged again.
Answers
C.
Files modified and staged again after 14 days and Snowpipe ignores modified files that are staged again.
D.
A backlog of data files already existed in the external stage do not have any impact on Load failure, as this is well managed by serverless SnowPipe
Answers
D.
A backlog of data files already existed in the external stage do not have any impact on Load failure, as this is well managed by serverless SnowPipe
Suggested answer: A, B

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 configured.

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.

asked 23/09/2024
JOSEPH KASULE
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first