Created
March 15, 2024 13:52
-
-
Save bruno-uy/be0ab08924826c1bca5c5de3f7ce0516 to your computer and use it in GitHub Desktop.
Full message for Redshift COPY error when copying from parquet files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select s3l.message, s3l.*, sle.* | |
from stl_load_errors sle | |
left join svl_s3log s3l | |
on sle.query = s3l.query | |
order by sle.starttime desc | |
limit 10; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment