Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active August 24, 2021 08:47
Show Gist options
  • Select an option

  • Save 64lines/8753075052e66a8822c7d484cbad38e8 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/8753075052e66a8822c7d484cbad38e8 to your computer and use it in GitHub Desktop.
###############################################
# 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