Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active August 18, 2019 19:50
Show Gist options
  • Save 64lines/7eaa8a127a0281f5e3f2e99efc544cc2 to your computer and use it in GitHub Desktop.
Save 64lines/7eaa8a127a0281f5e3f2e99efc544cc2 to your computer and use it in GitHub Desktop.
Copy Command
copy schema.table
(field1, field2, field3, field4, field5)
from 's3://path/to/s3/folder/'
iam_role 'arn:aws:iam::<aws-account-id>:role/<role-name>'
format as csv;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment