Skip to content

Conversation

@shuoweil
Copy link
Contributor

@shuoweil shuoweil commented Feb 11, 2026

This PR updates notebooks/multimodal/multimodal_dataframe.ipynb to use public APIs (bigframes.bigquery.obj and
bigframes.bigquery.to_json_string) instead of internal operations for retrieving runtime JSON strings.

Fixes #<issue_number_goes_here> 🦕

@shuoweil shuoweil requested a review from GarrettWu February 11, 2026 00:12
@shuoweil shuoweil self-assigned this Feb 11, 2026
@shuoweil shuoweil requested review from a team as code owners February 11, 2026 00:12
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@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 11, 2026
" \"\"\"\n",
" # 1. Optionally fetch metadata\n",
" s = (\n",
" series._apply_unary_op(ops.obj_fetch_metadata_op)\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't want to expose internal functions like _apply_unary_op or ops.*.

Use external functions like bbq.to_json_string etc.

@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Feb 11, 2026
@shuoweil shuoweil changed the title docs: Update multimodal notebook to use internal runtime helper docs: Update multimodal notebook to use public runtime helpers Feb 11, 2026
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