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/03 18:41:06 UTC

[GitHub] [beam] kennknowles opened a new issue, #18506: DropInputs on BigQueryIO.writeTableRows() sink

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

   After upgrade to version 2.1.0 there are "DropInput##" transforms on every output of my pipeline, outside of their corresponding transforms. They're getting added to my
   `BigQueryIO.<T>writeTableRows()`
   sinks, even though looking at the source code it appears that these "DropInput" transforms are supposed to pull from reads that do not have any outputs, so I'm not sure why they're getting added to sinks.
   
   These transforms are flooding my graph and filling it with junk, for example: !https://i.imgur.com/jXtn9Gr.png|thumbnail!
   
   Imported from Jira [BEAM-3017](https://issues.apache.org/jira/browse/BEAM-3017). Original Jira may contain additional context.
   Reported by: MingweiSamuel.


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