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

Provide fallback pipeline name for scheduled pipeline runs #119

Open
jmendesky opened this issue May 26, 2022 · 0 comments
Open

Provide fallback pipeline name for scheduled pipeline runs #119

jmendesky opened this issue May 26, 2022 · 0 comments

Comments

@jmendesky
Copy link
Collaborator

Overview

Due to kubeflow/pipelines#7274, we cannot infer the name of the pipeline for a completed run that has been created as part of a recurring run. As a result, no event would be emitted (neither failed nor succeeded) for completed recurring runs.

Given that pipelines.kubeflow.org/kfp_sdk_version is not always present, we should now filter workflows based on the presence of pipeline/runid instead.

Possible solutions

  1. Recent versions of MLMD will store lineage of contexts. This means that we can query MLMD for a completed run's pipeline.
  2. Query the KFP API for this metadata.
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