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

refactor(bigquery/storage/managedwriter): introduce connection concepts #7167

Merged
merged 3 commits into from
Dec 16, 2022

Conversation

shollyman
Copy link
Contributor

This PR establishes new unexported connection and connection pool abstractions. The implementation is partial, and key areas where implementation is missing is generally marked with TODOs.

This PR does not alter existing functionality, but continues to lay groundwork for later refactors.

Towards: #7103

This PR establishes new unexported connection and connection pool
abstractions.  The implementation is partial, and key areas where
implementation is missing is generally marked with TODOs.

This PR does not alter existing functionality, but continues to lay
groundwork for later refactors.

Towards: googleapis#7103
@shollyman shollyman requested review from alvarowolfx and a team December 15, 2022 05:01
@shollyman shollyman requested a review from a team as a code owner December 15, 2022 05:01
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: bigquery Issues related to the BigQuery API. labels Dec 15, 2022
Copy link
Contributor

@alvarowolfx alvarowolfx left a comment

Choose a reason for hiding this comment

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

LGTM

@shollyman shollyman added the automerge Merge the pull request once unit tests and other checks pass. label Dec 16, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 5c26634 into googleapis:main Dec 16, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants