Last active
January 16, 2022 21:33
-
-
Save onelharrison/2af6e209c9f08ff3bf911b00c9745c6f 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
export AWS_PROFILE=<aws-profile> | |
export SNOWFLAKE_USER=<snowflake-user> | |
export SNOWFLAKE_PASSWORD=<snowflake-password> | |
export SNOWFLAKE_ACCOUNT=<snowflake-account> | |
export SNOWFLAKE_REGION=<snowflake-region> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment