List of questions
Related questions
Question 89 - DEA-C01 discussion
Dominic, a Data Engineer wants to resume the pipe named stalepipe3 which got stale after 14 days.
To do the same, he called the SYSTEM$PIPE_FORCE_RESUME function select system$ pipe_force_resume('snowmydb.mysnowschema.stalepipe3','staleness_check_override');
Let's say If the pipe is resumed 16 days after it was paused, what will happened to the event notification that were received on the first and second days after the pipe was paused?
A.
Snowpipe generally skips any event notifications that were received on the first and second days after the pipe was paused.
B.
Pipe maintains Metadata history of files for 64 days, so in this scenarios Snowpipe pro-cessed all the event notifications that were received for 16 days or so.
C.
Once the Pipe got stale, all the events got purged automatically & pipe needs to be rec-reated with modified properties.
D.
All the events get processed from day 1 if the PURGE properties in the PIPE object definition set to be FALSE initially.
Your answer:
0 comments
Sorted by
Leave a comment first