Page MenuHomePhabricator

[backup] Update dynamodb
ClosedPublic

Authored by michal on Aug 25 2023, 9:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 10:30 PM
Unknown Object (File)
Sat, May 4, 3:08 PM
Unknown Object (File)
Sat, May 4, 3:08 PM
Unknown Object (File)
Sat, May 4, 3:06 PM
Unknown Object (File)
Sat, May 4, 2:38 PM
Unknown Object (File)
Thu, May 2, 6:31 PM
Unknown Object (File)
Apr 16 2024, 3:21 AM
Unknown Object (File)
Apr 15 2024, 4:05 PM
Subscribers

Details

Summary

ENG-4497

Two changes:

  • we remove recoveryData from backup items because backup_id can be merged with it more context here
  • add userKeys to projected attributes because it will need to be available to fetch as "latest backup"
    • also possible: do two fetches to the db, one for backup_id and second one (from the main table) for the user_keys

Depends on D8953

Test Plan

yarn reset-local-stack, tested with future diffs

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable