scio
scio copied to clipboard
Refactor bigtable API to use v2 client
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.