I\'m trying to do a Redshift COPY in SQLAlchemy.
The following SQL correctly copies objects from my S3 bucket into my Redshift table when I execute it in psql:
Add a commit to the end of the copy worked for me:
;commit;