Last active
August 18, 2019 19:50
-
-
Save 64lines/7eaa8a127a0281f5e3f2e99efc544cc2 to your computer and use it in GitHub Desktop.
Copy Command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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