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

Update SQLAlchemy target to work with multiple engines. #991

Merged
merged 1 commit into from
Jun 3, 2015

Conversation

dylanjbarth
Copy link

Fix for #979.

Introduces an engine_dict to the SQLATarget class which allows the storage of multiple engine instances -- useful in scenarios when you need to write to tables in different schemas (and thus need more access to more than one engine).

@Tarrasch
Copy link
Contributor

Tarrasch commented Jun 3, 2015

I'll merge on green, since this is already reviewed in #979. :)

@erikbern
Copy link
Contributor

erikbern commented Jun 3, 2015

very nice!

Tarrasch added a commit that referenced this pull request Jun 3, 2015
Update SQLAlchemy target to work with multiple engines.
@Tarrasch Tarrasch merged commit 7d11c8b into spotify:master Jun 3, 2015
@Tarrasch
Copy link
Contributor

Tarrasch commented Jun 3, 2015

Thanks for the patch!

@dylanjbarth
Copy link
Author

👍

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