Valid DEA-C01 Dumps shared by EduDump.com for Helping Passing DEA-C01 Exam! EduDump.com now offer the newest DEA-C01 exam dumps, the EduDump.com DEA-C01 exam questions have been updated and answers have been corrected get the newest EduDump.com DEA-C01 dumps with Test Engine here:
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]
Correct 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 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.