Skip to content

chore: address last comments of PR#87 #102

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

Merged
merged 3 commits into from
Oct 12, 2023
Merged

Conversation

GarrettWu
Copy link
Contributor

PR#87 #87

@GarrettWu GarrettWu requested a review from shobsi October 12, 2023 05:44
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Oct 12, 2023

connection_name = connection_name or self.session._bq_connection
self.connection_name = clients.get_connection_name_full(
self.connection_name = self._bq_connection_manager.resolve_full_connection_name(
Copy link
Contributor

Choose a reason for hiding this comment

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

The idea to keep it classmethod was to use BqConnectionManager.resolve_full_connection_name(...) directly. Using via instance feels a bit weird, but it works.

@GarrettWu GarrettWu marked this pull request as ready for review October 12, 2023 16:35
@GarrettWu GarrettWu requested review from a team as code owners October 12, 2023 16:35
@GarrettWu GarrettWu added the automerge Merge the pull request once unit tests and other checks pass. label Oct 12, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 3b51a36 into main Oct 12, 2023
@gcf-merge-on-green gcf-merge-on-green bot deleted the garrettwu-comments branch October 12, 2023 18:56
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 12, 2023
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 googleapis/python-bigquery-dataframes API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants