nirmalparmar opened a new issue #614:
URL: https://github.com/apache/beam-site/issues/614


   `result = (p | "Read From Csv" >> beam.io.ReadFromText(options.path) `
   `                    | 
beam.ParDo(TypeConversion(schema)).with_outputs('columns', main='rows')`
   `                    | ProcessRows()  #Ptransform `
   `                )`
   `
   I want to use pcollection inside ProcessRows as  pcoll.columns and 
pcoll.rows but it seen to me that passing tagged pcollection to next transform 
reset its tags
   Any idea how to achieve that ?
   Note : I have seen apache beam example of tagged output, don't want to do it 
that way. 


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

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


Reply via email to