Skip to content

feat(bigquery-magics): deprecate --engine=bigframes, run %load_ext bigframes and use %%bqsql magics instead#16573

Open
tswast wants to merge 5 commits intomainfrom
b500399391-deprecate-bigframes-magics
Open

feat(bigquery-magics): deprecate --engine=bigframes, run %load_ext bigframes and use %%bqsql magics instead#16573
tswast wants to merge 5 commits intomainfrom
b500399391-deprecate-bigframes-magics

Conversation

@tswast
Copy link
Copy Markdown
Contributor

@tswast tswast commented Apr 7, 2026

Towards internal issue b/500399391 🦕

… bigframes` and use `%%bqsql` magics instead
@tswast tswast requested review from a team as code owners April 7, 2026 19:55
@tswast tswast requested a review from sycai April 7, 2026 19:55
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request deprecates the 'bigframes' execution engine in the bigquery-magics package, recommending the use of %load_ext bigframes and %%bqsql instead. The updates include adding deprecation notices to docstrings and help text, triggering FutureWarning during engine selection and query execution, and adding unit tests to verify these warnings. A review comment correctly identified a formatting issue where missing spaces in concatenated help strings would result in joined words in the output.

tswast and others added 4 commits April 7, 2026 15:02
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…agics' into b500399391-deprecate-bigframes-magics
@sycai
Copy link
Copy Markdown
Contributor

sycai commented Apr 7, 2026

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants