scio icon indicating copy to clipboard operation
scio copied to clipboard

Refactor bigtable API to use v2 client

Open RustedBones opened this issue 1 year ago • 1 comments
trafficstars

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 use Admin.Table and Admin.Instance objects that cache clients instances.

RustedBones avatar Aug 13 '24 09:08 RustedBones