Open RustedBones opened 2 months ago
Attention: Patch coverage is 18.94737%
with 77 lines
in your changes missing coverage. Please review.
Project coverage is 61.59%. Comparing base (
25c6987
) to head (fc6db20
). Report is 11 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Update all bigtable APIs to use cloud v2 client.
Drop
BigtableBulkWriter
. This is TBD, but it looks to me can manually shard/groupBy and flatten to normal IO if they require this feature.Change bigtable
ScioContext
api to useAdmin.Table
andAdmin.Instance
objects that cache clients instances.