Skip to content

Commit dc29159

Browse files
committed
docs: update instructions
1 parent dd4d686 commit dc29159

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigframes/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def blob(self) -> blob.BlobAccessor:
321321
Accessor for Blob operations.
322322
"""
323323
warnings.warn(
324-
"The blob accessor is deprecated and will be removed in a future release.",
324+
"The blob accessor is deprecated and will be removed in a future release. Use bigframes.bigquery.obj functions instead.",
325325
category=bfe.ApiDeprecationWarning,
326326
stacklevel=2,
327327
)

bigframes/session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ def read_gbq_object_table(
22922292
Result BigFrames DataFrame.
22932293
"""
22942294
warnings.warn(
2295-
"read_gbq_object_table is deprecated and will be removed in a future release.",
2295+
"read_gbq_object_table is deprecated and will be removed in a future release. Use read_gbq with 'ref' column instead.",
22962296
category=bfe.ApiDeprecationWarning,
22972297
stacklevel=2,
22982298
)

0 commit comments

Comments
 (0)