QuestionQ83

Implement Data Protection and Recovery

How can a Data Engineer retrieve all errors encountered during a previous file upload performed with the COPY command?

Explanation

Snowflake’s VALIDATE table function validates files from a previous COPY INTO <table> execution and returns all errors encountered during that load. It can target a specific COPY query ID or the last load in the current session.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!