I have two doubts regarding AWS Redshift COPY command when use to load a CSV file from S3. I expected an error in these two conditions but didn't get an error and works fine. So help me to understand the working of COPY command in these conditions:
- A required field is empty in CSV.
- CSV has more columns than Redshift.
NOT NULL
? Can you show us the definition? – John Rotenstein