Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add online_read_async for dynamodb #4244

Merged
merged 16 commits into from
Jun 5, 2024

Commits on May 31, 2024

  1. add aiobotocore and online_read_async to dynamo read

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bb0a4fb View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6b178bb View commit details
    Browse the repository at this point in the history
  3. update test to run on dynamo

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a19d46d View commit details
    Browse the repository at this point in the history
  4. duck type the table

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d7a982f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from robhowley/rh-async-dynamo

    feat: online_read_async for dynamodb
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3db88cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee0b634 View commit details
    Browse the repository at this point in the history
  7. update requirements files

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0217149 View commit details
    Browse the repository at this point in the history
  8. fix: gotta await

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    eeb3929 View commit details
    Browse the repository at this point in the history
  9. just pass full method, not client

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c4ba283 View commit details
    Browse the repository at this point in the history
  10. chore: allow for some duplication to make await cleaner/more obvious

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8c164c3 View commit details
    Browse the repository at this point in the history
  11. fix: client vs resource payloads

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a7488e3 View commit details
    Browse the repository at this point in the history
  12. fix resource vs client response handling

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a1d1ada View commit details
    Browse the repository at this point in the history
  13. deserialize client response so that it looks like the table resource …

    …response
    
    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6bd29f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. temp disable due to flakiness in tests

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    159259b View commit details
    Browse the repository at this point in the history
  2. run linter

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    fc9e603 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. relax to >2,<3

    Signed-off-by: robhowley <rhowley@seatgeek.com>
    robhowley committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    42e98d2 View commit details
    Browse the repository at this point in the history