How to filter all jobs that accessed a connection, a dataset, or an artifact #1487
Answered
by
polyaxon-team
polyaxon-team
asked this question in
Q&A
-
Hi, I have a quick question, is it possible to filter all jobs that requested/accessed a specific connection? To explain my use-case, we detected an issue with some data, and we would like to assess how many jobs and how far in the past that data was used in our training jobs. |
Beta Was this translation helpful? Give feedback.
Answered by
polyaxon-team
Apr 11, 2022
Replies: 1 comment
-
V1.18 the following filters, or any combination, will be possible:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
polyaxon-team
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
V1.18 the following filters, or any combination, will be possible:
connections.name: CONNECTION1 | CONNECTION2
connections.tags: TAG1 | TAG2
connections.kind: git
orconnections.kind: KIND1 | KIND2
artifacts.name: LINEAGE1 | LINEAGE2
artifacts.kind: model
orartifacts.kind: KIND1 | KIND2
artifacts.path: foo/bar
artifacts.state: STATE