Created
October 16, 2022 06:11
-
-
Save iam-mhaseeb/fd639a3f021a9e618d3f42581e316fb8 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 skytrax.airline | |
FROM 's3://redshift-data-movement/airline.csv' | |
CREDENTIALS 'aws_access_key_id=XXXXXXXXXX;aws_secret_access_key=XXXXXXXXXX' | |
FORMAT as csv | |
IGNOREHEADER 1 | |
TRUNCATECOLUMNS; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment