I have to implement a CR, where i have to unload around 180 tables of Redshift cluster. I have all Unload command, which I'm going to execute one by one.
It would be great if I do get some work-around over this issue.
Reference document: Unloading Data to Amazon S3
Sample command:
unload ('select column1, column2 from table') to 's3://prod/audi/history/20150914/fact_invite2_audi_' credentials '<>' MANIFEST GZIP ESCAPE DELIMITER AS ',' ;