Created
April 14, 2015 09:11
-
-
Save juliensimon/d4fd99c26f5b2ecc79d6 to your computer and use it in GitHub Desktop.
copy from s3 to redshift
This file contains 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 mydata from 's3://jsimon-logs/data.txt' | |
CREDENTIALS 'aws_access_key_id=ACCESS_KEY_ID;aws_secret_access_key=ACCESS_KEY | |
DELIMITER ',' | |
REMOVEQUOTES | |
REGION 'eu-west-1’; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment