robertwb commented on PR #28946:
URL: https://github.com/apache/beam/pull/28946#issuecomment-1760126482

   A good place to validate this might be 
https://github.com/apache/beam/blob/release-2.51.0/sdks/python/apache_beam/runners/common.py#L1895
   
   We could have a mapping of known URNs -> expected input/output cardinality 
(if any), and flag violations. (We could ensure the inputs/outputs actually 
exist.)
   
   `p | beam.WindowInto(...)` should also be an error right there (checked in 
WindowInto's expand method). 


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