Last active
August 24, 2021 08:47
-
-
Save 64lines/8753075052e66a8822c7d484cbad38e8 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
| ############################################### | |
| # Script settings and constants. | |
| ############################################### | |
| SCRIPT_PATH = 'script.sql' | |
| DB_CONNECTION = { | |
| 'db_host': 'myhost.redshift.amazonaws.com', | |
| 'db_name': 'somedb', | |
| 'db_username': 'user', | |
| 'db_password': 'pA$$word' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment