-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Just got off video chat with @tseaver and had some notes:
- Why not just pass a different
Client(instead oftimeout_seconds) to API methods For the40b04fdRow()factory, need to document filter argumentNeeded: Long-form about composing filters (like the one about GC rules: at beginning of Column Families doc)(Adding Bigtable docs. googleapis/google-cloud-python#1547)- Should we unify
commit()andcommit_modifications()onRow()into one method? - Worth using
Row()as a context manager? (WithRow.commit()on exit.) - Should
Row.delete_cells()just default toRow.ALL_COLUMNS? (Is this dangerous to offer as a default?) - Would using properties on
Row()for conditional mutations make things easier? E.g.Row.true_muts.set_cell()instead ofRow.set_cell(..., state=True).
Metadata
Metadata
Assignees
Labels
No labels