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

Allow to manually add upstream/downstream runs to have manual lineage metadata in the UI #1525

Open
polyaxon-team opened this issue Jan 16, 2023 · 0 comments

Comments

@polyaxon-team
Copy link
Contributor

Use case

From slack:
How can I manually add upstream/downstream runs to have full lineage via the UI?
We currently have this info in our configs but requires a few more steps for someone to search for the prior job uuid, I’d like to link it up via the upstream/downstream options in the UI

Feature description

We do not have the possibility to link runs (upstream/downstream) via UI, currently we do not expose that option as a manual API, the upstream/downstream tabs are automatically populated when the DAG runtime is used.

It would make sense to allow at least the API or Python Client to set the dependency graph manually.

run.set_downstream_of(UUID)
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