Commit 7261a4e
authored
feat: add deprecation warnings for .blob accessor and read_gbq_object_table (#2408)
This PR introduces ApiDeprecationWarning (which inherits from
FutureWarning) to the following APIs to notify users of their
upcoming removal in a future release:
- `Series.blob` accessor: Added a warning to the property getter in
bigframes/series.py.
- `read_gbq_object_table`: Added a warning to the implementation in
bigframes/session/Session. This will also trigger when called via
bigframes.pandas.read_gbq_object_table.
Fixes #<478952368> 🦕1 parent a80ac3f commit 7261a4e
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
320 | 328 | | |
321 | 329 | | |
322 | 330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2291 | 2291 | | |
2292 | 2292 | | |
2293 | 2293 | | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
2294 | 2299 | | |
2295 | 2300 | | |
2296 | 2301 | | |
| |||
0 commit comments