File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments