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

fix(sdk): Fixed UI metadata and metrics #4672

Merged

Commits on Oct 25, 2020

  1. SDK - Fixed UI metadata and metrics

    Reverting most of the kubeflow#2334 which inadvertently broke those artifacts by causing the names to be mangled.
    
    KFP's DSL compiler prepends template names to output names to ensure global uniqueness of *input* names (DSL's ContainerOp does not have concept of inputs, so the inputs are generated during the compilation including input names). But prepending template names to the output names stops the backend from recognizing the mlpipeline-ui-metadata and mlpipeline-metrics artifacts.
    Ark-kun committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    dc745b0 View commit details
    Browse the repository at this point in the history