Skip to content

chore: enable bigframes objects in _read_gbq_colab pyformat arg #1727

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 6 commits into from
May 15, 2025

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented May 13, 2025

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes 409317544 🦕

@tswast tswast requested review from a team as code owners May 13, 2025 16:58
@tswast tswast requested a review from TrevorBergeron May 13, 2025 16:58
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label May 13, 2025
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. label May 13, 2025
@tswast
Copy link
Collaborator Author

tswast commented May 13, 2025

Discussed offline. Will update this to create a view.

@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels May 15, 2025
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels May 15, 2025
@@ -527,7 +527,6 @@ def _read_gbq_colab(
query = bigframes.core.pyformat.pyformat(
query,
pyformat_args=pyformat_args,
# TODO: add dry_run parameter to avoid API calls for data in pyformat_args
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note: I probably will do this for the pandas use case, but didn't need it for bigframes.

@tswast tswast merged commit 7d93b35 into main May 15, 2025
20 of 24 checks passed
@tswast tswast deleted the b409317544-pyformat-bigframes branch May 15, 2025 22:29
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.

3 participants