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

Make username and password optional in create_engine #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jvs3
Copy link

@jvs3 jvs3 commented Jul 19, 2019

Make username and password optional in create_engine in case the user wants to do something like:

from sqlalchemy import create_engine
engine = create_engine('teradata://host/?trusted_connection=yes')

This is useful if Teradata is set to use integrated security.
At the moment the above example would generate a KeyError in Python.

High level description of this Pull-request

Include motivations, reasons, and background to add context to your contribution.
Include a description of changes associated with your commit(s)

Related Issues

  • List all related issues or NA

Reviewers

  • Use @Mentions to specify the reviewers for your PR.

CHECKLIST:

Make sure all items are marked when you submit the pull-request.

  • Relevant documentation for functions, tests, classes, the wiki, etc. have been made
  • Necessary unit tests in tests/ pass with no errors
  • Necessary integration tests in tests/ pass with no errors
  • Update the CHANGELOG.md with a summary of your changes if requested

…thing like:

from sqlalchemy import create_engine
engine = create_engine('teradata://host/?trusted_connection=yes')

This is useful if Teradata is set to use integrated security.
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.

1 participant