Skip to content

How to retrieve all the artifacts lineage for a set of runs, based on both the name of the run, and the name of the artifact? #1486

Discussion options

You must be logged in to vote

To filter all artifacts lineage directly by run name and artifact name:

from polyaxon.client import RunClient

RunClient.client.runs_v1.get_runs_artifacts_lineage(project="PROJECT_NAME", query="run.name: RUN_NAME, kind: ARTIFACT_KIND, name: ARTIFACT_NAME") 

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
1 participant