Last active
December 4, 2016 22:21
-
-
Save kerbelp/ba6d98d4959c306323da4dd35949f3d2 to your computer and use it in GitHub Desktop.
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 ("ts","column_a","column_b") | |
FROM 's3://bucket/prefix' | |
REGION 'us-east-1' /* S3 bucket is in us-east-1 region */ | |
GZIP | |
ESCAPE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment