Abacn commented on issue #28498:
URL: https://github.com/apache/beam/issues/28498#issuecomment-1724134240

   The error is
   
   ```
   Unknown Coder URN beam:coder:pickled_python:v1
   ```
   
   This is due to passing a python dict to WriteToJdbc, while it expects a beam 
Row. See example here: use a NamedTuple that assigned with RowCoder: 
https://github.com/apache/beam/blob/91842e632b28622e907b29cc07f423d0fb810924/sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py#L121


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to