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

Clean up global connection pooling #962

Closed
beckjake opened this issue Aug 29, 2018 · 1 comment
Closed

Clean up global connection pooling #962

beckjake opened this issue Aug 29, 2018 · 1 comment
Assignees

Comments

@beckjake
Copy link
Contributor

Feature

We should clean up global connection pooling and instead attach any connection pool to the adapter object itself.

Feature description

We currently store the connection pool in a global and it should instead be part of the adapter itself. This should make a client/server model for dbt a lot more sustainable, as potentially a server would have multiple adapters, each with its own configuration and therefore connection pool.

This requires #961.

Who will this benefit?

dbt developers

@beckjake
Copy link
Contributor Author

Implemented in #1109

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

No branches or pull requests

2 participants