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 support for DynamoDB online_read in batches #2371

Merged

Commits on Mar 6, 2022

  1. feat: dynamodb onlin read in batches

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c34bf3e View commit details
    Browse the repository at this point in the history
  2. run linters and format

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    56d2d32 View commit details
    Browse the repository at this point in the history
  3. feat: batch_size parameter

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    7b98faf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94abfb6 View commit details
    Browse the repository at this point in the history
  5. docs: typo in batch_size description

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    b5c1a3d View commit details
    Browse the repository at this point in the history
  6. trailing white space

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    5a12856 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. fix: batch_size is last argument

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8bd2a84 View commit details
    Browse the repository at this point in the history
  2. test: dynamodb online store online_read in batches

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    fb6eacb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bbd5dc View commit details
    Browse the repository at this point in the history
  4. test: mock dynamodb behavior

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    307bab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. feat: batch_size value must be less than 40

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e52a895 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    29b5cf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. feat: batch_size defaults to 40

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    97fd71f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/dynamo_db_online_write_read' of github.com:TremaMi…

    …guel/feast into feat/dynamo_db_online_write_read
    TremaMiguel committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    ddb3f0a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. feat: sort dynamodb responses

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    12064e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. merge branch master into feat/dynamo_db_online_write_read

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    449f60d View commit details
    Browse the repository at this point in the history
  2. resolve merge conflicts

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    3f72228 View commit details
    Browse the repository at this point in the history
  3. test online response proto with redshift:dynamodb

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    7a4edbd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. feat: consistency in batch_size process

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    3843a02 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix: return batch_size times None

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    88e183e View commit details
    Browse the repository at this point in the history
  2. remove debug code

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    23cb49a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    44f97e7 View commit details
    Browse the repository at this point in the history
  2. typo in docstring

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    eaf4940 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. batch_size in onlineconfigstore

    Signed-off-by: Miguel Trejo <[email protected]>
    TremaMiguel committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    5bc54d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ab086 View commit details
    Browse the repository at this point in the history