C is correct. Force helps to load files about we know that it was loaded before.
Load_Uncertain_File s is for loading files about we do not know if they were loaded or not.
A is correct.
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table
To force the COPY command to load all files regardless of whether the load status is known, use the FORCE option instead.
Workarounds
To load files whose metadata has expired, set the LOAD_UNCERTAIN_FILES copy option to true. The copy option references load metadata, if available, to avoid data duplication, but also attempts to load files with expired load metadata.
Alternatively, set the FORCE option to load all files, ignoring load metadata if it exists. Note that this option reloads files, potentially duplicating data in a table.
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.
37ceea2
3 weeks, 5 days agoahadh7621
7 months agoMultiCloudIronMan
1 year, 8 months agobibisa
1 year, 9 months agoViniJsr
1 year, 9 months agoShagunMittal
1 year, 10 months agoSimbajagnole
1 year, 10 months ago