ahmedabu98 commented on issue #28168: URL: https://github.com/apache/beam/issues/28168#issuecomment-1729851196
Hey @onurdialpad, we've confirmed it is a bug in Dataflow's Runner V2 that gets hit by Storage Write API **with autosharding**. One workaround is to use `at_least_once=True`, which will use at-least-once semantics (as opposed to exactly-once). More on that here: https://beam.apache.org/documentation/io/built-in/google-bigquery/#at-least-once-semantics I'm going to open a PR to also allow setting a fixed number of shards as another workaround, which may be available for Beam `2.51.0` and will work for exactly-once semantics. -- 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]
