Which table function is used to view all errors encountered during a previous data load?
Which table function is used to view all errors encountered during a previous data load?
The VALIDATE table function is used to view all errors encountered during a previous data load. VALIDATE checks files loaded in a past execution of the COPY INTO command and returns all errors encountered, not just the first error.
VALIDATE Validates the files loaded in a past execution of the COPY INTO <table> command and returns all the errors encountered during the load, rather than just the first error.
A https://docs.snowflake.com/en/sql-reference/functions/validate