That's right. For Storage Write API, you can get failed rows at WriteResult::getFailedStorageApiInserts.
On Wed, Mar 1, 2023 at 6:01 PM Matthew Ouyang <matthew.ouy...@gmail.com> wrote: > The documentation says WriteResult.getFailedInserts won’t return anything > when used with the Storage Write API ( > https://beam.apache.org/documentation/io/built-in/google-bigquery/) Is it > the same for WriteResult.getFailedInsertsWithErr? >