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
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;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
shyemko
Highly Voted 1 year, 7 months agodongwenlong3
Most Recent 6 days, 13 hours agoMallikharjuna452
4 months ago_yyukta
8 months, 3 weeks agoColourseun
1 year agoMultiCloudIronMan
1 year, 4 months agoEmiB
1 year, 8 months agomuks86
1 year, 9 months agoNaah
1 year, 10 months agoRob__C
1 year, 11 months ago