Ask a question to get started
Enter to sendā¢Shift+Enter new line
Upsert records into the database.
aupdate( self, keys: Sequence[str], *, group_ids: Optional[Sequence[Optional[str]]] = None, time_at_least: Optional[float] = None ) -> None
keys
Sequence[str]
A list of record keys to upsert.
group_ids
Optional[Sequence[Optional[str]]]
None
A list of group IDs corresponding to the keys.
time_at_least
Optional[float]
if provided, updates should only happen if the updated_at field is at least this time.