SnowPro Advanced: Data Engineer — Question 21

A table is loaded using Snowpipe and truncated afterwards. Later, a Data Engineer finds that the table needs to be reloaded, but the metadata of the pipe will not allow the same files to be loaded again.
How can this issue be solved using the LEAST amount of operational overhead?

Answer options

Correct answer: D

Explanation

The correct answer is D because recreating the pipe allows for the metadata to be reset, enabling the same files to be loaded again without any complications. Options A and B involve unnecessary delays or modifications to the files, while option C does not address the metadata issue directly and may not be effective.