QuestionQ49
Official exam objectives/topicsA table is loaded through Snowpipe and subsequently truncated. Later, a Data Engineer determines that the table must be reloaded, but the pipe metadata prevents the same files from being loaded again.
How can this problem be resolved with the least operational overhead?
- A Wait until the metadata expires and then reload the file using Snowpipe.
- B Modify the file by adding a blank row to the bottom and re-stage the file.
- C Set the FORCE=TRUE option in the Snowpipe COPY INTO command.
- D Recreate the pipe by using the CREATE OR REPLACE PIPE command.
Community Discussion