Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68263fc commit 76a600dCopy full SHA for 76a600d
1 file changed
sdks/python/apache_beam/yaml/yaml_io.py
@@ -270,7 +270,7 @@ def convert_to_bytes(row):
270
raise ValueError(
271
f"Cannot encode payload for WriteToPubSub. "
272
f"Expected be valid string or bytes object, "
273
- f"got {repr(output)} of type {type(output}.")
+ f"got {repr(output)} of type {type(output)}.")
274
275
return convert_to_bytes
276
elif format == 'JSON':
0 commit comments