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

[Frontend] Fix the TFMA/TFDV viz behavior when caching is used. #3228

Merged
merged 7 commits into from
Mar 9, 2020

Conversation

numerology
Copy link

@numerology numerology commented Mar 6, 2020

Reason:

Currently for output artifact resolution we only consider executions with COMPLETE status. However, when cache is used, the current execution with the right argo pod name will be published with CACHED status [1]. Those should also be considered.

[1] https://github.com/tensorflow/tfx/blob/29349c9bd0196af3a7c0336a5339897406cbfdb3/tfx/components/base/base_driver.py#L263


This change is Reviewable

@numerology
Copy link
Author

/assign @Bobgy
/assign @jingzhang36

This is my first line of TS so please let me know if I'm not doing in the right way. Thanks!

@neuromage
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot removed the lgtm label Mar 6, 2020
numerology added 2 commits March 6, 2020 10:03
@numerology
Copy link
Author

/retest

2 similar comments
@numerology
Copy link
Author

/retest

@numerology
Copy link
Author

/retest

Copy link
Contributor

@Bobgy Bobgy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
Thanks for trying a UI fix!

@numerology Just want to double check whether you tried these changes locally. You can follow guides in https://github.com/kubeflow/pipelines/blob/master/frontend/README.md to run a local dev server and proxy api requests to your real cluster.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Bobgy, neuromage

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Bobgy
Copy link
Contributor

Bobgy commented Mar 7, 2020

/retest

@numerology
Copy link
Author

/retest

Fixed the ml-metadata store image

@numerology
Copy link
Author

/approve
Thanks for trying a UI fix!

@numerology Just want to double check whether you tried these changes locally. You can follow guides in https://github.com/kubeflow/pipelines/blob/master/frontend/README.md to run a local dev server and proxy api requests to your real cluster.

Thanks for the info. Will do

@numerology
Copy link
Author

/hold verification wip

@numerology
Copy link
Author

@Bobgy Did a local test. Looks good. See https://screenshot.googleplex.com/wdio46kv1P9

Thanks for the guideline!

@numerology
Copy link
Author

/hold cancel

Verification passed.

@neuromage
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot merged commit 788c379 into kubeflow:master Mar 9, 2020
@numerology numerology deleted the fix-ui-when-caching branch March 9, 2020 17:28
Jeffwan pushed a commit to Jeffwan/pipelines that referenced this pull request Dec 9, 2020
…flow#3228)

* include cached execution

* apply suggestion

* typo fix

* lint

* improve style

* fix typo

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants