Skip to content

test(bigframes): Disable movie_poster, claud_model nb tests#17009

Open
TrevorBergeron wants to merge 1 commit intomainfrom
tbergeron_nb_fixes_r2
Open

test(bigframes): Disable movie_poster, claud_model nb tests#17009
TrevorBergeron wants to merge 1 commit intomainfrom
tbergeron_nb_fixes_r2

Conversation

@TrevorBergeron
Copy link
Copy Markdown
Contributor

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 #<issue_number_goes_here> 🦕

@TrevorBergeron TrevorBergeron requested a review from sycai May 8, 2026 20:52
@TrevorBergeron TrevorBergeron requested review from a team as code owners May 8, 2026 20:52
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 updates the notebook exclusion list in packages/bigframes/noxfile.py by adding ai_movie_poster.ipynb and remote_function_vertex_claude_model.ipynb, both of which require specific BigQuery connections. The review feedback suggests standardizing the comment for the latter notebook to # Needs CONNECTION. to maintain consistency with the existing entries in the file.

# This anywidget notebook uses deferred execution, so it won't
# produce metrics for the performance benchmark script.
"notebooks/dataframes/anywidget_mode.ipynb",
# Needs a connection
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For consistency with other entries in this file (e.g., lines 711-712), please use the standard # Needs CONNECTION. comment format. This also correctly references the BigQuery 'CONNECTION' resource type.

Suggested change
# Needs a connection
# Needs CONNECTION.

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.

1 participant