You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/05 00:35:29 UTC

[GitHub] [beam] damccorm opened a new issue, #21632: Unknown Coder URN beam:coder:pickled_python:v1 in SnowflakeIO for Python SDK

damccorm opened a new issue, #21632:
URL: https://github.com/apache/beam/issues/21632

   SnowflakeIO for Python SDK is not working. Each launch of the pipelines ends with the following error message.
   RuntimeError:
   ```
   
   org.apache.beam.vendor.guava.v26_0_jre.com.google.common.util.concurrent.UncheckedExecutionException:
   org.apache.beam.vendor.guava.v26_0_jre.com.google.common.util.concurrent.UncheckedExecutionException:
   java.lang.IllegalArgumentException: Unknown Coder URN beam:coder:pickled_python:v1. Known URNs: [beam:coder:avro:generic:v1,
   beam:coder:bytes:v1, beam:coder:bool:v1, beam:coder:string_utf8:v1, beam:coder:kv:v1, beam:coder:varint:v1,
   beam:coder:interval_window:v1, beam:coder:iterable:v1, beam:coder:timer:v1, beam:coder:length_prefix:v1,
   beam:coder:global_window:v1, beam:coder:windowed_value:v1, beam:coder:param_windowed_value:v1, beam:coder:double:v1,
   beam:coder:row:v1, beam:coder:sharded_key:v1, beam:coder:custom_window:v1]
   ```
   
   
    
   
   Imported from Jira [BEAM-14075](https://issues.apache.org/jira/browse/BEAM-14075). Original Jira may contain additional context.
   Reported by: sfc-gh-kbregula.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mmas commented on issue #21632: Unknown Coder URN beam:coder:pickled_python:v1 in SnowflakeIO for Python SDK

Posted by "mmas (via GitHub)" <gi...@apache.org>.
mmas commented on issue #21632:
URL: https://github.com/apache/beam/issues/21632#issuecomment-1612008175

   You'll probably need to set the type or custom `apache_beam.coders` with `.with_output_types(...)` in the step right before the SnowflakeIO transformation.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org