Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/com 009 material flow databases #97

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

nsuberi
Copy link
Contributor

@nsuberi nsuberi commented May 29, 2018

No description provided.

@nsuberi nsuberi requested review from fgassert, aagm 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.

2 participants