cozos opened a new issue, #22986: URL: https://github.com/apache/beam/issues/22986
### What happened? The Bigquery Deadletter pattern: https://beam.apache.org/documentation/patterns/bigqueryio/ Does not work on `WriteToBigquery` if `FILE_LOADS` strategy is used. The `insert_retry_strategy` parameter is not passed to [BigQueryBatchFileLoads](https://github.com/apache/beam/blob/b8ca0819529e0bafaae0c08abec7c4e5682d6b50/sdks/python/apache_beam/io/gcp/bigquery.py#L2363-L2380) and the output does not have a `'FailedRows'` tag. The deadletter pattern is also important in batch systems - to prevent a single malformed row from failing the entire job. ### Issue Priority Priority: 2 ### Issue Component Component: io-py-gcp -- 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]
