You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Andy Ye (Jira)" <ji...@apache.org> on 2022/03/10 22:07:00 UTC

[jira] [Created] (BEAM-14088) Add ability to type PTransforms with input and output by making it a generic

Andy Ye created BEAM-14088:
------------------------------

             Summary: Add ability to type PTransforms with input and output by making it a generic
                 Key: BEAM-14088
                 URL: https://issues.apache.org/jira/browse/BEAM-14088
             Project: Beam
          Issue Type: Wish
          Components: sdk-py-core
            Reporter: Andy Ye


beam.PTransform should be a generic type. For example

```

MyTransform(beam.PTransform[PCollection[str], PCollection[bool]])

```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)