-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Metadata] Executions and artifacts produced by KF Pipelines should show in the UX #2604
Comments
TFX with MLMD can show it. Alex, is this you are looking for? As for more general MLMD data generation, I think it requires components support it, e.x. Xgboost component can call MLMD API to generate data. One more step, we can impl Driver and Publisher for KFP components not from TFX. You may have a quick sync with Ajay. +Ajay to this ticket. https://screenshot.googleplex.com/4kmDiZuc0Vm |
changed to "area/sdk/client" |
Yes. This issue is about generating the metadata from non-TFX components and pipelines. I've created a proof of concept metadata writer that records all KFP executions and artifacts in the MLMD. There will be a design review soon. |
I was wondering why the Executions and Artifacts sections were blank even if a pipeline completed and produced artifacts successfully. |
Yes. But this will be fixed in next release. |
Fixed by #2674 |
* Updating qpext Dockerfile for multi-arch support Signed-off-by: adilhusain-s <Adilhusain.Shaikh@ibm.com> * Adding support for multiple architectures in CI for qpext docker image Signed-off-by: adilhusain-s <Adilhusain.Shaikh@ibm.com> Signed-off-by: adilhusain-s <Adilhusain.Shaikh@ibm.com>
The KFP UX has the Executions and Artifacts sections, but those sections remain empty when users run their pipelines.
The system should be adding all executions and their artifacts produced when running any KFP pipeline.
This system should use all information available: Input/output names and types, artifact URIs, execution component ID and name, etc.
The component metadata (input/output names and types) as well as the input/output parameters and artifacts is already included in compiled pipeline and is available to Backend, Frontend and other systems.
The text was updated successfully, but these errors were encountered: