You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
I'd like the following to work:
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!
The text was updated successfully, but these errors were encountered: