spotify / scio

A Scala API for Apache Beam and Google Cloud Dataflow.
https://spotify.github.io/scio
Apache License 2.0
2.55k stars 513 forks source link

Add Errorhandling to BigTableIO #5440

Open dt-sp opened 1 month ago

dt-sp commented 1 month ago

Overview

There are some error handling APIs exposed in Beam for BigTableIO that are missing in Scio.

Specifically withErrorHandler (beam javadoc link)

It would be nice to have these error handling facilities in Scio

RustedBones commented 1 month ago

Thanks for the heads-up. This change will require some breaking change, Will mark this for next 0.15 milestone