I am trying to perform a load/copy operation to import data from JSON files in an S3 bucket directly to Redshift.
The COPY operation succeeds, and after the COPY, the table
For cases when JSON data objects don't correspond directly to column names you can use a JSONPaths file to map the JSON elements to columns as mentioned by TimZ and described here