Skip to content

Commit 11f0b0b

Browse files
Update packages/bigframes/bigframes/operations/strings.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9c3bc9e commit 11f0b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bigframes/bigframes/operations/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def _to_blob(self, connection: Optional[str] = None) -> T:
313313
):
314314
session = self._data._block.session
315315
else:
316-
raise ValueError("to_blob is only supported via Series.str")
316+
raise ValueError(f"{self._to_blob.__name__} is only supported via Series.str")
317317
connection = session._create_bq_connection(connection=connection)
318318
return self._data._apply_binary_op(connection, ops.obj_make_ref_op)
319319

0 commit comments

Comments
 (0)