Skip to content

Comments

docs: add bigframes default connection warning#2471

Merged
tswast merged 3 commits intomainfrom
garrettwu-connection
Feb 23, 2026
Merged

docs: add bigframes default connection warning#2471
tswast merged 3 commits intomainfrom
garrettwu-connection

Conversation

@GarrettWu
Copy link
Contributor

@GarrettWu GarrettWu commented Feb 20, 2026

fixes b/471256706

@GarrettWu GarrettWu requested review from sycai and tswast February 20, 2026 19:52
@GarrettWu GarrettWu self-assigned this Feb 20, 2026
@GarrettWu GarrettWu requested a review from a team as a code owner February 20, 2026 19:52
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Feb 20, 2026
return self._anon_dataset_manager.dataset

@property
def bq_connection(self) -> str:
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we keep this as "private" by keeping that underscore prefix?

Plus, maybe we can have a test to cover this change?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Given the update in b/471256706 that we'll need to run a little query to get the default connection ID, it probaby makes sense for transparency to expose this publicly.

return self._anon_dataset_manager.dataset

@property
def bq_connection(self) -> str:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Given the update in b/471256706 that we'll need to run a little query to get the default connection ID, it probaby makes sense for transparency to expose this publicly.

@tswast tswast merged commit f1bbba2 into main Feb 23, 2026
22 of 24 checks passed
@tswast tswast deleted the garrettwu-connection branch February 23, 2026 15:48
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: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants