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/04 12:36:16 UTC

[GitHub] [beam] damccorm opened a new issue, #19647: Document optional kwargs argument in Partition Ptransform

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

   All PTransforms that accept a callable accept kwargs that will be passed to the callable.
   Some PTransfoms document that in their docstring, for example, see Map[1].
   
   It looks like Partition transform does not document kwargs in docstring, althougth it also accepts them [2].
   
   [1] https://github.com/apache/beam/blob/05900a43de1f380f124c688cd8d804b5133bda64/sdks/python/apache_beam/transforms/core.py#L1277
   
   [2] https://github.com/apache/beam/blob/05900a43de1f380f124c688cd8d804b5133bda64/sdks/python/apache_beam/transforms/core.py#L1934
   
   Imported from Jira [BEAM-7671](https://issues.apache.org/jira/browse/BEAM-7671). Original Jira may contain additional context.
   Reported by: tvalentyn.


-- 
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