Skip to content

Conversation

@nsuberi
Copy link
Contributor

@nsuberi nsuberi commented May 29, 2018

No description provided.

@nsuberi nsuberi requested review from aagm, fgassert and lizsaccoccia May 29, 2018 13:55
@nsuberi
Copy link
Contributor Author

nsuberi commented May 29, 2018

Need to add the mfa_db_password to the .env file, so that the following python command will work: ODBC_PASSWORD = os.environ.get('mfa_db_password')

cnxnstr = CONNECTION_STRING.format('{PostgreSQL Unicode}', ODBC_SOURCE_URL, ODBC_PORT, ODBC_DATABASE, ODBC_USER, ODBC_PASSWORD)

# Carto Connection details
CARTO_USER = os.environ.get('CARTO_WRI_RW_USER')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same thing here, env variables arent homogenized across script so this will make things fail at the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants