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

Introduce querying capabilities to fetch_runs_table #1660

Merged
merged 16 commits into from
Mar 6, 2024
Merged

Commits on Mar 4, 2024

  1. introduce query arg to fetch_runs_table

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ad3388c View commit details
    Browse the repository at this point in the history
  2. add leaderboard entries fetching error handling

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0067dd3 View commit details
    Browse the repository at this point in the history
  3. isort fix

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d671c3b View commit details
    Browse the repository at this point in the history
  4. Extend nql typing and functionality and use it in fetch_runs_table

    - add RawNQLQuery which represents raw string query
    - add eval() method to all NQLQuery classes which returns simplified version of type
    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    32f9793 View commit details
    Browse the repository at this point in the history
  5. Extend & add e2e test to include fetch_runs_table raw query functiona…

    …lity
    
    - all test that use fetch_runs_tables now are parametrized to include query (even trival cases) in one of the cases
    - new test are added
    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    35e19b9 View commit details
    Browse the repository at this point in the history
  6. add e2e testing invalid query handling in test_fetch_runs

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c1d48e3 View commit details
    Browse the repository at this point in the history
  7. improve arg validation in fetch_runs_table

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    087e525 View commit details
    Browse the repository at this point in the history
  8. doc change and bugfix

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fece0ff View commit details
    Browse the repository at this point in the history
  9. updadate changelog

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1650be6 View commit details
    Browse the repository at this point in the history
  10. Update src/neptune/metadata_containers/project.py

    Co-authored-by: Sabine <sabine.nyholm@neptune.ai>
    2 people authored and Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a8f9d18 View commit details
    Browse the repository at this point in the history
  11. Update src/neptune/metadata_containers/project.py

    Co-authored-by: Sabine <sabine.nyholm@neptune.ai>
    2 people authored and Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c6e4675 View commit details
    Browse the repository at this point in the history
  12. code review changes

    Szymon Sadkowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c9c781b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. update CHANGELOG.md

    Co-authored-by: Sabine <sabine.nyholm@neptune.ai>
    szysad and normandy7 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8dd069b View commit details
    Browse the repository at this point in the history
  2. small import change

    Szymon Sadkowski committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ee5fa71 View commit details
    Browse the repository at this point in the history
  3. move invalid query handling from decorator to get_single_page() func …

    …body
    Szymon Sadkowski committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    561367b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Update NeptuneInvalidQueryException message

    Co-authored-by: Sabine <sabine.nyholm@neptune.ai>
    szysad and normandy7 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7bb41d7 View commit details
    Browse the repository at this point in the history