Last active
June 27, 2020 14:22
-
-
Save vvgsrk/9442aac2ad8a9aab2eb5ce220288136a to your computer and use it in GitHub Desktop.
Snowflake Stage to unload fleet assigner output CSV to S3 bucket
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
CREATE STAGE db_dev.stage.dev_data_outbound_fleetassigner | |
URL = 's3://dev-outbound-fleetassigner' | |
CREDENTIALS = (AWS_KEY_ID = 'YOUR_ACCESS_KEY' AWS_SECRET_KEY = 'YOUR_SECRET_KEY') | |
COMMENT = 'This stage is for Fleet Assigner data unload from Snowflake'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment