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

DM-32403: Add support for order_by/limit to query results #601

Merged
merged 5 commits into from
Nov 16, 2021

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    11151e1 View commit details
    Browse the repository at this point in the history
  2. Add support for order_by/limit to query results (DM-32403)

    SQL registry method queryDimensionRecords now returns special iterable
    object instead of plain iterator. Iterables returned from queryDataIds
    and queryDimensionRecords have new methods order_by() and limit(). Same
    two methods were added to Query classes. Extended unit tests for query
    methods to check this new functionality.
    
    Note that remote registry does not support this functionality (yet).
    andy-slac committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    20ea772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f89880b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    230751b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0501a6f View commit details
    Browse the repository at this point in the history