Closed jayaswalayush closed 4 months ago
Hello @jayaswalayush , I have moved this issue to kubeflow pipelines repository.
Indeed the Run Output
for showing all visualizations is not implemented yet for V2. This is on our radar and we are planning to start working on it once we have built KFP v2.0.0-alpha.
Code location: https://github.com/kubeflow/pipelines/blob/master/frontend/src/pages/RunDetails.tsx#L582-L614
https://github.com/kubeflow/pipelines/blob/master/frontend/src/components/CompareTable.tsx
Hello @zijianjoy , Any idea by when this issue will be resolved ? If we migrate to KFP v2.0.0-alpha then is this feature supported ?
@jayaswalayush We are aiming to implement this feature in KFP v2.0.0-beta but we don't know exactly when yet. Please stay tuned!
Hey folks, I stumbled across this issue after having the same problems. However mine is with the 1.8.1 version of kubeflow (standalone) and with the v1 compiler. Were you experiencing the same issues with both the v1 and v2 compilers @jayaswalayush??
For anyone who wants to use the Run Output feature: currently you can use KFPv1 because the feature is still available as is.
For KFPv2, we are working on providing the critical features so it gets GA first. Because the visualization is already available in side panel right now with KFP 2.0.0-alpha.2, the Run Output
feature is nice to have but not necessarily blocking you from viewing the metrics. So we might have to attend to critical features first before attending to Run Output.
@zijianjoy : Sure thanks for the update but we would like to wait for this feature in KFP 2.0. Hope this feature is added soon
Hi, I have the same issue as @nkosteski - after upgrading from Kubeflow Pipelines 1.4 to 1.8.5 I cannot see the Visualizations from the separate steps in "Run Output" view - even though they are properly rendered in step outputs Visualization tabs. Pipeline is V1. Interesting phenomenon is, that "Visualization" generated by the last pipeline step is rendered properly - any previous visualizations are ommited. In 1.4 this feature was working properly so I suspect this is some kind of regression.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.
I have uploaded the metrics_visualization pipeline in the Kubeflow Console and when I invoke a run I am able to see the visualizations yet they are not seen in the run output
Do we need to make any configuration changes to show the visualizations in the Run Output ?
Used the below code to compile the pipeline :
As per the documentation : https://www.kubeflow.org/docs/components/pipelines/sdk/output-viewer/
The Run output tab shows the visualizations for all pipeline steps in the selected run. To open the tab in the Kubeflow Pipelines UI: