-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'd like the following to work:
- To be able to give an attribute to a job on submit (I know how to do this in Python and on the command line) but then be able to query (in Python) to check that a job of interest has that attribute defined for that value. This use case simplified is "check if the current job has attribute A == B.
- Taking this ability and applying to query across all jobs. This use case simplified is "Show me all the jobs with attribute A == B.
The first will allow to validate that a user owns a job, and the second will be to make the poll a little more efficient (one request to the server instead of the currently separate).
Pinging @grondo for wisdom next week!
Metadata
Metadata
Assignees
Labels
No labels