[sdk] Support artifact custom types in V2 compatible mode #5798
Labels
area/sdk
kind/bug
lifecycle/stale
The issue / pull request is stale, any activities remove this label.
Reference: #5668
Blocks: #3970
In KFP v1, we log output artifact types to MLMD as annotated in DSL. KFP UI can use it to visualize HTML, Markdown, etc as planned in #3970. However, in KFP v2 compatible mode, such artifact type is
system.Artifact
. We are not able to retrieve type name from component definition in UI.In order to support visualization compatibility in V2 compatible mode, we need to support custom artifact types from SDK. Once UI can retrieve artifact type from MLMD, we can visualize HTML/Markdown according to the artifact type.
cc @Bobgy @Ark-kun
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: