Commit 3624f3b
feat!: complete deprecation and cleanup of multimodal blob APIs (#16618)
This PR deprecates and cleans up experimental Multimodal Blob APIs in
BigQuery DataFrames to focus on core supported features.
Key Changes:
- Removed public APIs: from_glob_path and read_gbq_object_table were
removed from module exports and Session class.
- Exposed internal API: Added _from_glob_path as an internal API in the
module to support existing notebooks.
Fixes #<478952827> 🦕
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 098c35c commit 3624f3b
35 files changed
Lines changed: 233 additions & 3286 deletions
File tree
- packages/bigframes
- bigframes
- bigquery/_operations
- blob
- display
- functions
- ml
- operations
- pandas
- io
- session
- docs/templates
- tests
- system
- large
- bigquery
- blob
- ml
- operations
- small
- bigquery
- blob
- pandas
- unit/core/compile/sqlglot/expressions
- snapshots/test_blob_ops
- test_obj_fetch_metadata
- test_obj_get_access_url_with_duration
- test_obj_get_access_url
- test_obj_make_ref_json
- test_obj_make_ref
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
1183 | 1184 | | |
1184 | 1185 | | |
1185 | 1186 | | |
1186 | | - | |
| 1187 | + | |
1187 | 1188 | | |
1188 | 1189 | | |
1189 | 1190 | | |
| |||
1220 | 1221 | | |
1221 | 1222 | | |
1222 | 1223 | | |
1223 | | - | |
| 1224 | + | |
1224 | 1225 | | |
1225 | 1226 | | |
1226 | 1227 | | |
| |||
0 commit comments