SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 200


How many days is load history for Snowpipe retained?

Show Answer
Correct Answer: C

Load history for Snowpipe is retained for 14 days. This history is stored in the metadata of the pipe object and includes information such as the date and time of the load, the number of files loaded, and the size of the data loaded.

Discussion

9 comments
Sign in to comment
shyemkoOption: C
Mar 29, 2023

Bulk data load Stored in the metadata of the target table for 64 days. Available upon completion of the COPY statement as the statement output. Snowpipe Stored in the metadata of the pipe for 14 days. Must be requested from Snowflake via a REST endpoint, SQL table function, or ACCOUNT_USAGE view. source : https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro

EmiBOption: C
Mar 6, 2023

COPY INTO - Stored in the metadata of the target table for 64 days SNOWPIPE - Stored in the metadata of the pipe for 14 days

Rob__C
Dec 10, 2022

https://docs.snowflake.com/en/sql-reference/info-schema/load_history.html

NaahOption: C
Dec 27, 2022

C https://docs.snowflake.com/en/sql-reference/functions/copy_history.html

_yyuktaOption: C
Feb 25, 2024

C. 14 days

muks86Option: C
Feb 16, 2023

Correct ans 14 days

MultiCloudIronManOption: C
Jul 20, 2023

Correct

ColourseunOption: C
Nov 14, 2023

Load history for Snowpipe is retained for 14 days:C Snowflake stores load history for Snowpipe in the metadata of the pipe object. This history includes information such as the date and time of the load, the number of files loaded, and the size of the data loaded. SELECT * FROM INFORMATION_SCHEMA.PIPE_LOAD_HISTORY WHERE PIPE_NAME = '<pipe_name>' ORDER BY START_TIME DESC;

Mallikharjuna452Option: C
Jul 21, 2024

C.14 days