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

Make list backfills endpoint use asyncio #44208

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. Add base model for rest api; set from_attributes=True

    This enables us to have simpler API code, since we don't need to call `model_validate` as much.
    dstandish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f611ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d44ab View commit details
    Browse the repository at this point in the history
  3. get more of them

    dstandish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7561902 View commit details
    Browse the repository at this point in the history
  4. fix test

    dstandish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b439d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f835db5 View commit details
    Browse the repository at this point in the history
  6. fix name

    dstandish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2939aa3 View commit details
    Browse the repository at this point in the history