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

enhance listruns() search capabilities #310

Closed
prjemian opened this issue Feb 28, 2020 · 1 comment
Closed

enhance listruns() search capabilities #310

prjemian opened this issue Feb 28, 2020 · 1 comment
Assignees
Milestone

Comments

@prjemian
Copy link
Contributor

Enhance the capabilities of apstools.utils.listruns() to harness the search capabilities of the databroker. This is an example enhanced search:

listruns(
    until="2020-02-07", 
    since="2020-02-05", 
    num=1000, 
    plan_name="lambda_test", 
    exit_status="success")
@prjemian prjemian self-assigned this Feb 28, 2020
@prjemian prjemian added this to the 1.2.2 milestone Feb 28, 2020
@prjemian
Copy link
Contributor Author

Another search:

apstools.utils.listruns(
    keys=["file_name",], 
    until="2020-02-07", 
    since="2020-02-05 15:24", 
    num=2500, 
    plan_name="lambda_test", 
    exit_status="success")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant